diff --git a/product_docs/docs/epas/14/connectors.mdx b/product_docs/docs/epas/14/connectors.mdx new file mode 100644 index 00000000000..ec8cb78063f --- /dev/null +++ b/product_docs/docs/epas/14/connectors.mdx @@ -0,0 +1,19 @@ +--- +title: Connecting to your database +--- + +We package and support a number of components to connect to your EDB Postgres Advanced Server database server. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities. + +The EDB components for connecting to your database include: + + - [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server. + + - [EDB .NET Connector](/net_connector/latest/) — provides connectivity between a .NET client application and a Postgres database server + + - [EDB OCL Connector](/jdbc_connector/latest/) — provides an API similar to the Oracle Call Interface that you can use to interact with a Postgres database server. + + - [EDB ODBC Connector](/odbc_connector/latest/) — allows an ODBC-compliant client application to connect to a Postgres database server + + + + diff --git a/product_docs/docs/epas/14/data_sources.mdx b/product_docs/docs/epas/14/data_sources.mdx new file mode 100644 index 00000000000..117c3bfd79d --- /dev/null +++ b/product_docs/docs/epas/14/data_sources.mdx @@ -0,0 +1,15 @@ +--- +title: Connecting to external data sources +--- + +We package and support a number of open source components to connect your Postgres database server to external data sources. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities. + +The EDB components for connecting to external databases include: + + - [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — accesses data that resides on a Hadoop file system from a Postgres database server + + - [MongoDB Foreign Data Wrapper](/mongo_data_adapter/latest/) — accesses data that resides on a MongoDB database from a Postgres database server + + - [MySQL Foreign Data Wrapper](/mysql_data_adapter/latest/) — accesses data that resides on a MySQL database from a Postgres database server + + diff --git a/product_docs/docs/epas/14/index.mdx b/product_docs/docs/epas/14/index.mdx index 241b07d6d43..3f24e2a23db 100644 --- a/product_docs/docs/epas/14/index.mdx +++ b/product_docs/docs/epas/14/index.mdx @@ -9,15 +9,16 @@ navigation: - epas_limitations - "#Planning" - deployment_options + - components - "#Installing and Upgrading" - installing - upgrading - uninstalling - troubleshooting - - "#Quick Start Guides" - - epas_qs_linux_7 - - epas_qs_linux_8 - - epas_qs_windows + - "#Developing" + - connectors + - managing_connections + - data_sources - "#Oracle Compatibility Guides" - epas_compat_ora_dev_guide - epas_compat_reference @@ -34,10 +35,15 @@ navigation: - epas_security_guide - epas_guide - edb_plus + - "#Quick Start Guides" + - epas_qs_linux_7 + - epas_qs_linux_8 + - epas_qs_windows legacyRedirectsGenerated: # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. - "/edb-docs/p/edb-postgres-advanced-server/9.6" - "/edb-docs/p/edb-postgres-advanced-server/9.5" --- - With EDB Postgres Advanced Server, EnterpriseDB continues to lead as the only worldwide company to deliver innovative and low-cost, open-source-derived database solutions with commercial quality, ease of use, compatibility, scalability, and performance for small or large-scale enterprises. + With EDB Postgres Advanced Server, we continue to lead as the only worldwide company to deliver innovative and low-cost, open-source-derived database solutions with commercial quality, ease of use, compatibility, scalability, and performance for small or large-scale enterprises. + diff --git a/product_docs/docs/epas/14/managing_connections.mdx b/product_docs/docs/epas/14/managing_connections.mdx new file mode 100644 index 00000000000..30a48897cc9 --- /dev/null +++ b/product_docs/docs/epas/14/managing_connections.mdx @@ -0,0 +1,15 @@ +--- +title: Managing your database connections +--- + +We package and support a number of open source components to manage your connections to your EDB Postgres Advanced Server database server. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities. + +The EDB components for managing your database connections include: + + - [EDB PgBouncer](/pgbouncer/latest/) — a lightweight connection pooling utility for Postgres installations + + - [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server + + + + diff --git a/product_docs/docs/epas/15/connectors.mdx b/product_docs/docs/epas/15/connectors.mdx new file mode 100644 index 00000000000..aeb03f66151 --- /dev/null +++ b/product_docs/docs/epas/15/connectors.mdx @@ -0,0 +1,19 @@ +--- +title: Connecting to your database +--- + +We package and support a number of components to connect to your EDB Postgres Advanced Server database server. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities. + +The EDB components for connecting to your database include: + +- [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server. + +- [EDB .NET Connector](/net_connector/latest/) — provides connectivity between a .NET client application and a Postgres database server + +- [EDB OCL Connector](/jdbc_connector/latest/) — provides an API similar to the Oracle Call Interface that you can use to interact with a Postgres database server. + +- [EDB ODBC Connector](/odbc_connector/latest/) — allows an ODBC-compliant client application to connect to a Postgres database server + + + + diff --git a/product_docs/docs/epas/15/data_sources.mdx b/product_docs/docs/epas/15/data_sources.mdx new file mode 100644 index 00000000000..87f7c71042b --- /dev/null +++ b/product_docs/docs/epas/15/data_sources.mdx @@ -0,0 +1,15 @@ +--- +title: Connecting to external data sources +--- + +We package and support a number of open source components to connect your Postgres database server to external data sources. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities. + +The EDB components to connect external data sources include: + + - [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — accesses data that resides on a Hadoop file system from a Postgres database server + + - [MongoDB Foreign Data Wrapper](/mongo_data_adapter/latest/) — accesses data that resides on a MongoDB database from a Postgres database server + + - [MySQL Foreign Data Wrapper](/mysql_data_adapter/latest/) — accesses data that resides on a MySQL database from a Postgres database server + + diff --git a/product_docs/docs/epas/15/index.mdx b/product_docs/docs/epas/15/index.mdx index 0887af9b847..33f372aca89 100644 --- a/product_docs/docs/epas/15/index.mdx +++ b/product_docs/docs/epas/15/index.mdx @@ -14,6 +14,10 @@ navigation: - upgrading - uninstalling - troubleshooting + - "#Developing" + - connectors + - managing_connections + - data_sources - "#Oracle Compatibility Guides" - epas_compat_ora_dev_guide - epas_compat_reference diff --git a/product_docs/docs/epas/15/managing_connections.mdx b/product_docs/docs/epas/15/managing_connections.mdx new file mode 100644 index 00000000000..365b99db0c1 --- /dev/null +++ b/product_docs/docs/epas/15/managing_connections.mdx @@ -0,0 +1,15 @@ +--- +title: Managing your database connections +--- + +We package and support a number of open source components to manage your connections to your EDB Postgres Advanced Server database server. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities. + +The EDB components for managing your database connections include: + +- [EDB PgBouncer](/pgbouncer/latest/) — a lightweight connection pooling utility for Postgres installations + +- [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server + + + +