From 7bbf4aa1c6d1384c8b5304db532a7d2b54634cb9 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Mon, 16 Jan 2023 09:51:31 -0500 Subject: [PATCH 01/16] EPAS: components prototype --- product_docs/docs/epas/14/components.mdx | 25 ++++++++++++++++++++++++ product_docs/docs/epas/14/index.mdx | 4 +++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 product_docs/docs/epas/14/components.mdx diff --git a/product_docs/docs/epas/14/components.mdx b/product_docs/docs/epas/14/components.mdx new file mode 100644 index 00000000000..f8625a5acd5 --- /dev/null +++ b/product_docs/docs/epas/14/components.mdx @@ -0,0 +1,25 @@ +--- +title: EDB Components +--- + +We package and support a number of Postgres components to use with EDB Postgres Advanced Server. The EDB components support the advanced features of EDB Postgres Advanced Server (needs PM review). EDB Postgres Advanced Server also works with the community versions of these components. + +The EDB components include: + +- EDB PostGIS (links to the docs) +- EDB Connectors + - + - + - + - +- EDB Foreign Data Wrappers + - + - + - +EDB PgBouncer +EDB PgPool + +The documentation for each EDB component provides information on: +- Installing the component including which platforms it is available on (see the Installing topic) +- Which version of the component is supported on which version of EDB Postgres Advanced Server (let's make sure this information has been implemented with a common URL so that we can say - see xxx topic) + diff --git a/product_docs/docs/epas/14/index.mdx b/product_docs/docs/epas/14/index.mdx index 241b07d6d43..d9e6aca67bd 100644 --- a/product_docs/docs/epas/14/index.mdx +++ b/product_docs/docs/epas/14/index.mdx @@ -5,6 +5,7 @@ directoryDefaults: navigation: - epas_rel_notes - epas_platform_support + - components - epas_requirements - epas_limitations - "#Planning" @@ -40,4 +41,5 @@ legacyRedirectsGenerated: - "/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 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. + From 447077626e6947f6085aa1a734a43a79c4946199 Mon Sep 17 00:00:00 2001 From: Arup Roy <123060558+arup-roy2023@users.noreply.github.com> Date: Fri, 20 Jan 2023 17:57:11 +0530 Subject: [PATCH 02/16] Update product_docs/docs/epas/14/components.mdx --- product_docs/docs/epas/14/components.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/14/components.mdx b/product_docs/docs/epas/14/components.mdx index f8625a5acd5..5509809194c 100644 --- a/product_docs/docs/epas/14/components.mdx +++ b/product_docs/docs/epas/14/components.mdx @@ -7,7 +7,7 @@ We package and support a number of Postgres components to use with EDB Postgres The EDB components include: - EDB PostGIS (links to the docs) -- EDB Connectors +- EDB Connectors_Test - - - From a2476e423847988284b54e045e4f66783a4a309d Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Fri, 20 Jan 2023 07:49:44 -0500 Subject: [PATCH 03/16] Revert "Update product_docs/docs/epas/14/components.mdx" This reverts commit 29187b6cc104e55c44b8c8fc4d427bb207560896. --- product_docs/docs/epas/14/components.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/14/components.mdx b/product_docs/docs/epas/14/components.mdx index 5509809194c..f8625a5acd5 100644 --- a/product_docs/docs/epas/14/components.mdx +++ b/product_docs/docs/epas/14/components.mdx @@ -7,7 +7,7 @@ We package and support a number of Postgres components to use with EDB Postgres The EDB components include: - EDB PostGIS (links to the docs) -- EDB Connectors_Test +- EDB Connectors - - - From 3dd6d1fa1d8dbbbf7b5c688e85d9d81f573d75f3 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Fri, 20 Jan 2023 10:34:31 -0500 Subject: [PATCH 04/16] more prototype incorporating feedback --- product_docs/docs/epas/14/components.mdx | 39 ++++++++++++++++-------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/product_docs/docs/epas/14/components.mdx b/product_docs/docs/epas/14/components.mdx index f8625a5acd5..e1a9c511bc6 100644 --- a/product_docs/docs/epas/14/components.mdx +++ b/product_docs/docs/epas/14/components.mdx @@ -1,25 +1,38 @@ --- -title: EDB Components +title: EDB components --- -We package and support a number of Postgres components to use with EDB Postgres Advanced Server. The EDB components support the advanced features of EDB Postgres Advanced Server (needs PM review). EDB Postgres Advanced Server also works with the community versions of these components. +We package and support a number of Postgres components to use with EDB Postgres Advanced Server. These components typically support additional EDB Postgres Advanced Server capabilities. Many of these are enhanced versions of open source components. EDB Postgres Advanced Server also works with the community versions of these components. The EDB components include: -- EDB PostGIS (links to the docs) -- EDB Connectors - - - - + +- Connectors + - [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server. + - [Installing](/jdbc_connector/latest/installing/) + - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) + - [EDB OCL Connector](/jdbc_connector/latest/) — use to compile applications that support the Oracle Call Interface to interact with a Postgres database server + - [Installing](/jdbc_connector/latest/installing/) + - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) - - -- EDB Foreign Data Wrappers - - +- Connection poolers + - EDB PgBouncer + - [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server + - [Installing](/pgpool/latest/installing/) + - [Postgres compatibility](/pgpool/latest/supported_platforms/) +- Foreign data wrappers + - [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — allows you to access data that resides on a Hadoop file system from a Postgres database server + - [Installing](/jdbc_connector/latest/installing/) + - [Postgres compatibility](/hadoop_data_adapter/latest/02_requirements_overview/) - - -EDB PgBouncer -EDB PgPool +- EDB\*Plus +- EDB PostGIS (links to the docs) +- Failover Manager +- Migration Toolkit +- pgAdmin +- Postgres Enterprise Manager +- Replication Server -The documentation for each EDB component provides information on: -- Installing the component including which platforms it is available on (see the Installing topic) -- Which version of the component is supported on which version of EDB Postgres Advanced Server (let's make sure this information has been implemented with a common URL so that we can say - see xxx topic) From 199b7e10dde8a3b03aeea14793466ea93c0299fa Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Mon, 23 Jan 2023 08:39:47 -0500 Subject: [PATCH 05/16] fleshed out more of the prototype --- product_docs/docs/epas/14/components.mdx | 45 +++++++++++++++++------- product_docs/docs/epas/14/index.mdx | 2 +- 2 files changed, 33 insertions(+), 14 deletions(-) diff --git a/product_docs/docs/epas/14/components.mdx b/product_docs/docs/epas/14/components.mdx index e1a9c511bc6..9dc05b0cddf 100644 --- a/product_docs/docs/epas/14/components.mdx +++ b/product_docs/docs/epas/14/components.mdx @@ -11,27 +11,46 @@ The EDB components include: - [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server. - [Installing](/jdbc_connector/latest/installing/) - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) - - [EDB OCL Connector](/jdbc_connector/latest/) — use to compile applications that support the Oracle Call Interface to interact with a Postgres database server + - [EDB .NET Connector](/net_connector/latest/) — compiles applications that support the Oracle Call Interface to interact with a Postgres database server + - [Installing](/net_connector/latest/04_installing_and_configuring_the_net_connector/) + - [Postgres compatibility](/net_connector/latest/02_requirements_overview/) + - [EDB OCL Connector](/jdbc_connector/latest/) — compiles applications that support the Oracle Call Interface to interact with a Postgres database server - [Installing](/jdbc_connector/latest/installing/) - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) - - - - + - [EDB ODBC Connector](/odbc_connector/latest/) — allows an ODBC-compliant client application to connect to a Postgres database server + - [Installing](/odbc_connector/latest/installing/) + - [Postgres compatibility](/odbc_connector/latest/02_requirements_overview/) - Connection poolers - - EDB PgBouncer - - [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server + - [EDB PgBouncer](/pgbouncer/latest/) — a lightweight connection pooling utility for Postgres installations + - [Installing](/pgbouncer/latest/installing/) + - [Postgres compatibility](/pgbouncer/latest/supported_platforms/) + - [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server - [Installing](/pgpool/latest/installing/) - [Postgres compatibility](/pgpool/latest/supported_platforms/) - Foreign data wrappers - - [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — allows you to access data that resides on a Hadoop file system from a Postgres database server + - [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — allows access to data that resides on a Hadoop file system from a Postgres database server - [Installing](/jdbc_connector/latest/installing/) - [Postgres compatibility](/hadoop_data_adapter/latest/02_requirements_overview/) - - - - -- EDB\*Plus -- EDB PostGIS (links to the docs) -- Failover Manager -- Migration Toolkit -- pgAdmin + - [MongoDB Foreign Data Wrapper](/mongo_data_adapter/latest/) — accesses data that resides on a MongoDB database from a Postgres database server + - [Installing](/mongo_connector/latest/installing/) + - [Postgres compatibility](/mongo_data_adapter/latest/02_requirements_overview/) + - [MySQL Foreign Data Wrapper](/mysql_data_adapter/latest/) — accesses data that resides on a MySQL database from a Postgres database server + - [Installing](/mysql_connector/latest/installing/) + - [Postgres compatibility](/mysql_data_adapter/latest/02_requirements_overview/) +- [EDB\*Plus](/edb_plus/latest/) — provides a command line interface to EDB Postgres Advanced Server accepting SQL commands, SPL anonymous blocks, and EDB*Plus commands + - [Installing](/edb_plus/latest/installing/) + - [Postgres compatibility](/edb_plus/latest/02a_supported_platforms/) +- [EDB PostGIS](/postgis/latest/) — allows you to store geographic information systems (GIS) objects in a Postgres database server + - [Installing](/postgis/latest/installing/) + - [Postgres compatibility](/postgis/latest/supported_platforms/) +- [Failover Manager](/efm/latest/) — enables high availability of primary-standby deployment architectures using streaming replication + - [Installing](/efm/latest/installing/) + - [Postgres compatibility]??? *We don't have a table showing the mapping between EPAS versions and the product versions like we do for the other products in this list* +- [Migration Toolkit](/migration_toolkit/latest/) — offers granular control of the migration process + - [Installing](/migration_toolkit/latest/installing/) + - [Postgres compatibility] ??? *We don't have a table showing the mapping between EPAS versions and the product versions like we do for the other products in this list* + +- pgAdmin ??? - Postgres Enterprise Manager - Replication Server diff --git a/product_docs/docs/epas/14/index.mdx b/product_docs/docs/epas/14/index.mdx index d9e6aca67bd..30691278712 100644 --- a/product_docs/docs/epas/14/index.mdx +++ b/product_docs/docs/epas/14/index.mdx @@ -5,11 +5,11 @@ directoryDefaults: navigation: - epas_rel_notes - epas_platform_support - - components - epas_requirements - epas_limitations - "#Planning" - deployment_options + - components - "#Installing and Upgrading" - installing - upgrading From 2e3b9b77c432ed1687c9d2fa07231b68321c3ad5 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 25 Jan 2023 07:45:16 -0500 Subject: [PATCH 06/16] reduced the list to focus just on EDB versions of community components more wording adjustments --- product_docs/docs/epas/14/components.mdx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/product_docs/docs/epas/14/components.mdx b/product_docs/docs/epas/14/components.mdx index 9dc05b0cddf..ff2faa8c3dd 100644 --- a/product_docs/docs/epas/14/components.mdx +++ b/product_docs/docs/epas/14/components.mdx @@ -2,11 +2,10 @@ title: EDB components --- -We package and support a number of Postgres components to use with EDB Postgres Advanced Server. These components typically support additional EDB Postgres Advanced Server capabilities. Many of these are enhanced versions of open source components. EDB Postgres Advanced Server also works with the community versions of these components. +We package and support a number of components to use with EDB Postgres Advanced Server. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. EDB Postgres Advanced Server also works with the community versions of these components. The EDB components include: - - Connectors - [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server. - [Installing](/jdbc_connector/latest/installing/) @@ -43,15 +42,5 @@ The EDB components include: - [EDB PostGIS](/postgis/latest/) — allows you to store geographic information systems (GIS) objects in a Postgres database server - [Installing](/postgis/latest/installing/) - [Postgres compatibility](/postgis/latest/supported_platforms/) -- [Failover Manager](/efm/latest/) — enables high availability of primary-standby deployment architectures using streaming replication - - [Installing](/efm/latest/installing/) - - [Postgres compatibility]??? *We don't have a table showing the mapping between EPAS versions and the product versions like we do for the other products in this list* -- [Migration Toolkit](/migration_toolkit/latest/) — offers granular control of the migration process - - [Installing](/migration_toolkit/latest/installing/) - - [Postgres compatibility] ??? *We don't have a table showing the mapping between EPAS versions and the product versions like we do for the other products in this list* - -- pgAdmin ??? -- Postgres Enterprise Manager -- Replication Server From f17e40cbfb89776b20b5a0c3efac232c2e352f68 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Thu, 26 Jan 2023 05:32:09 -0500 Subject: [PATCH 07/16] added a second use case approach with Kelly's input data source is two words --- product_docs/docs/epas/14/connectors.mdx | 31 ++++++++++++++++++++++ product_docs/docs/epas/14/data_sources.mdx | 18 +++++++++++++ product_docs/docs/epas/14/index.mdx | 3 +++ 3 files changed, 52 insertions(+) create mode 100644 product_docs/docs/epas/14/connectors.mdx create mode 100644 product_docs/docs/epas/14/data_sources.mdx diff --git a/product_docs/docs/epas/14/connectors.mdx b/product_docs/docs/epas/14/connectors.mdx new file mode 100644 index 00000000000..ded646c3fb9 --- /dev/null +++ b/product_docs/docs/epas/14/connectors.mdx @@ -0,0 +1,31 @@ +--- +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 based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. EDB Postgres Advanced Server also works with the community versions of these components. + +The EDB components for connecting to your database include: + +- Connectors + - [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server. + - [Installing](/jdbc_connector/latest/installing/) + - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) + - [EDB .NET Connector](/net_connector/latest/) — compiles applications that support the Oracle Call Interface to interact with a Postgres database server + - [Installing](/net_connector/latest/04_installing_and_configuring_the_net_connector/) + - [Postgres compatibility](/net_connector/latest/02_requirements_overview/) + - [EDB OCL Connector](/jdbc_connector/latest/) — compiles applications that support the Oracle Call Interface to interact with a Postgres database server + - [Installing](/jdbc_connector/latest/installing/) + - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) + - [EDB ODBC Connector](/odbc_connector/latest/) — allows an ODBC-compliant client application to connect to a Postgres database server + - [Installing](/odbc_connector/latest/installing/) + - [Postgres compatibility](/odbc_connector/latest/02_requirements_overview/) +- Connection poolers + - [EDB PgBouncer](/pgbouncer/latest/) — a lightweight connection pooling utility for Postgres installations + - [Installing](/pgbouncer/latest/installing/) + - [Postgres compatibility](/pgbouncer/latest/supported_platforms/) + - [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server + - [Installing](/pgpool/latest/installing/) + - [Postgres compatibility](/pgpool/latest/supported_platforms/) + + + 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..bac46788183 --- /dev/null +++ b/product_docs/docs/epas/14/data_sources.mdx @@ -0,0 +1,18 @@ +--- +title: Connecting to external data sources +--- + +We package and support a number of components to use to connect your EDB Postgres Advanced Server database server to external data sources. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. EDB Postgres Advanced Server also works with the community versions of these components. + +The EDB components include: + + - [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — allows access to data that resides on a Hadoop file system from a Postgres database server + - [Installing](/jdbc_connector/latest/installing/) + - [Postgres compatibility](/hadoop_data_adapter/latest/02_requirements_overview/) + - [MongoDB Foreign Data Wrapper](/mongo_data_adapter/latest/) — accesses data that resides on a MongoDB database from a Postgres database server + - [Installing](/mongo_connector/latest/installing/) + - [Postgres compatibility](/mongo_data_adapter/latest/02_requirements_overview/) + - [MySQL Foreign Data Wrapper](/mysql_data_adapter/latest/) — accesses data that resides on a MySQL database from a Postgres database server + - [Installing](/mysql_connector/latest/installing/) + - [Postgres compatibility](/mysql_data_adapter/latest/02_requirements_overview/) + diff --git a/product_docs/docs/epas/14/index.mdx b/product_docs/docs/epas/14/index.mdx index 30691278712..491f1f63b4b 100644 --- a/product_docs/docs/epas/14/index.mdx +++ b/product_docs/docs/epas/14/index.mdx @@ -19,6 +19,9 @@ navigation: - epas_qs_linux_7 - epas_qs_linux_8 - epas_qs_windows + - "#Developing" + - connectors + - data_sources - "#Oracle Compatibility Guides" - epas_compat_ora_dev_guide - epas_compat_reference From d4e3004cd825a1e58d59a179d2dad1a01cbb61e8 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Thu, 26 Jan 2023 06:21:59 -0500 Subject: [PATCH 08/16] removed the first prototype --- product_docs/docs/epas/14/components.mdx | 46 ------------------------ 1 file changed, 46 deletions(-) delete mode 100644 product_docs/docs/epas/14/components.mdx diff --git a/product_docs/docs/epas/14/components.mdx b/product_docs/docs/epas/14/components.mdx deleted file mode 100644 index ff2faa8c3dd..00000000000 --- a/product_docs/docs/epas/14/components.mdx +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: EDB components ---- - -We package and support a number of components to use with EDB Postgres Advanced Server. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. EDB Postgres Advanced Server also works with the community versions of these components. - -The EDB components include: - -- Connectors - - [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server. - - [Installing](/jdbc_connector/latest/installing/) - - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) - - [EDB .NET Connector](/net_connector/latest/) — compiles applications that support the Oracle Call Interface to interact with a Postgres database server - - [Installing](/net_connector/latest/04_installing_and_configuring_the_net_connector/) - - [Postgres compatibility](/net_connector/latest/02_requirements_overview/) - - [EDB OCL Connector](/jdbc_connector/latest/) — compiles applications that support the Oracle Call Interface to interact with a Postgres database server - - [Installing](/jdbc_connector/latest/installing/) - - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) - - [EDB ODBC Connector](/odbc_connector/latest/) — allows an ODBC-compliant client application to connect to a Postgres database server - - [Installing](/odbc_connector/latest/installing/) - - [Postgres compatibility](/odbc_connector/latest/02_requirements_overview/) -- Connection poolers - - [EDB PgBouncer](/pgbouncer/latest/) — a lightweight connection pooling utility for Postgres installations - - [Installing](/pgbouncer/latest/installing/) - - [Postgres compatibility](/pgbouncer/latest/supported_platforms/) - - [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server - - [Installing](/pgpool/latest/installing/) - - [Postgres compatibility](/pgpool/latest/supported_platforms/) -- Foreign data wrappers - - [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — allows access to data that resides on a Hadoop file system from a Postgres database server - - [Installing](/jdbc_connector/latest/installing/) - - [Postgres compatibility](/hadoop_data_adapter/latest/02_requirements_overview/) - - [MongoDB Foreign Data Wrapper](/mongo_data_adapter/latest/) — accesses data that resides on a MongoDB database from a Postgres database server - - [Installing](/mongo_connector/latest/installing/) - - [Postgres compatibility](/mongo_data_adapter/latest/02_requirements_overview/) - - [MySQL Foreign Data Wrapper](/mysql_data_adapter/latest/) — accesses data that resides on a MySQL database from a Postgres database server - - [Installing](/mysql_connector/latest/installing/) - - [Postgres compatibility](/mysql_data_adapter/latest/02_requirements_overview/) -- [EDB\*Plus](/edb_plus/latest/) — provides a command line interface to EDB Postgres Advanced Server accepting SQL commands, SPL anonymous blocks, and EDB*Plus commands - - [Installing](/edb_plus/latest/installing/) - - [Postgres compatibility](/edb_plus/latest/02a_supported_platforms/) -- [EDB PostGIS](/postgis/latest/) — allows you to store geographic information systems (GIS) objects in a Postgres database server - - [Installing](/postgis/latest/installing/) - - [Postgres compatibility](/postgis/latest/supported_platforms/) - - From e7162ffaf7ba2f237146a5f1b35eb11f86ef13b8 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Fri, 27 Jan 2023 06:10:00 -0500 Subject: [PATCH 09/16] removed questionable sentence and unnecessary links --- product_docs/docs/epas/14/connectors.mdx | 20 +++++++------------- product_docs/docs/epas/14/data_sources.mdx | 11 ++++------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/product_docs/docs/epas/14/connectors.mdx b/product_docs/docs/epas/14/connectors.mdx index ded646c3fb9..7c954cc7946 100644 --- a/product_docs/docs/epas/14/connectors.mdx +++ b/product_docs/docs/epas/14/connectors.mdx @@ -2,30 +2,24 @@ 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 based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. EDB Postgres Advanced Server also works with the community versions of these components. +We package and support a number of components to connect to your EDB Postgres Advanced Server database server. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. The EDB components for connecting to your database include: - Connectors - [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server. - - [Installing](/jdbc_connector/latest/installing/) - - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) + - [EDB .NET Connector](/net_connector/latest/) — compiles applications that support the Oracle Call Interface to interact with a Postgres database server - - [Installing](/net_connector/latest/04_installing_and_configuring_the_net_connector/) - - [Postgres compatibility](/net_connector/latest/02_requirements_overview/) + - [EDB OCL Connector](/jdbc_connector/latest/) — compiles applications that support the Oracle Call Interface to interact with a Postgres database server - - [Installing](/jdbc_connector/latest/installing/) - - [Postgres compatibility](/jdbc_connector/latest/02_requirements_overview/) + - [EDB ODBC Connector](/odbc_connector/latest/) — allows an ODBC-compliant client application to connect to a Postgres database server - - [Installing](/odbc_connector/latest/installing/) - - [Postgres compatibility](/odbc_connector/latest/02_requirements_overview/) + - Connection poolers - [EDB PgBouncer](/pgbouncer/latest/) — a lightweight connection pooling utility for Postgres installations - - [Installing](/pgbouncer/latest/installing/) - - [Postgres compatibility](/pgbouncer/latest/supported_platforms/) + - [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server - - [Installing](/pgpool/latest/installing/) - - [Postgres compatibility](/pgpool/latest/supported_platforms/) + diff --git a/product_docs/docs/epas/14/data_sources.mdx b/product_docs/docs/epas/14/data_sources.mdx index bac46788183..96ce4af6a25 100644 --- a/product_docs/docs/epas/14/data_sources.mdx +++ b/product_docs/docs/epas/14/data_sources.mdx @@ -2,17 +2,14 @@ title: Connecting to external data sources --- -We package and support a number of components to use to connect your EDB Postgres Advanced Server database server to external data sources. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. EDB Postgres Advanced Server also works with the community versions of these components. +We package and support a number of components to use to connect your EDB Postgres Advanced Server database server to external data sources. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. The EDB components include: - [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — allows access to data that resides on a Hadoop file system from a Postgres database server - - [Installing](/jdbc_connector/latest/installing/) - - [Postgres compatibility](/hadoop_data_adapter/latest/02_requirements_overview/) + - [MongoDB Foreign Data Wrapper](/mongo_data_adapter/latest/) — accesses data that resides on a MongoDB database from a Postgres database server - - [Installing](/mongo_connector/latest/installing/) - - [Postgres compatibility](/mongo_data_adapter/latest/02_requirements_overview/) + - [MySQL Foreign Data Wrapper](/mysql_data_adapter/latest/) — accesses data that resides on a MySQL database from a Postgres database server - - [Installing](/mysql_connector/latest/installing/) - - [Postgres compatibility](/mysql_data_adapter/latest/02_requirements_overview/) + From 7db3c8c35a73e4abc56832b5ae85a6b299602598 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 31 Jan 2023 08:39:20 -0500 Subject: [PATCH 10/16] split out poolers and moved QS guides --- product_docs/docs/epas/14/connectors.mdx | 9 ++------- product_docs/docs/epas/14/index.mdx | 9 +++++---- .../docs/epas/14/managing_conections.mdx | 17 +++++++++++++++++ 3 files changed, 24 insertions(+), 11 deletions(-) create mode 100644 product_docs/docs/epas/14/managing_conections.mdx diff --git a/product_docs/docs/epas/14/connectors.mdx b/product_docs/docs/epas/14/connectors.mdx index 7c954cc7946..dce4d5e5deb 100644 --- a/product_docs/docs/epas/14/connectors.mdx +++ b/product_docs/docs/epas/14/connectors.mdx @@ -9,17 +9,12 @@ The EDB components for connecting to your database include: - Connectors - [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server. - - [EDB .NET Connector](/net_connector/latest/) — compiles applications that support the Oracle Call Interface to interact with 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/) — compiles applications that support the Oracle Call Interface to interact with 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 -- Connection poolers - - [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/14/index.mdx b/product_docs/docs/epas/14/index.mdx index 491f1f63b4b..6cf239ca46d 100644 --- a/product_docs/docs/epas/14/index.mdx +++ b/product_docs/docs/epas/14/index.mdx @@ -15,12 +15,9 @@ navigation: - upgrading - uninstalling - troubleshooting - - "#Quick Start Guides" - - epas_qs_linux_7 - - epas_qs_linux_8 - - epas_qs_windows - "#Developing" - connectors + - managing_conections - data_sources - "#Oracle Compatibility Guides" - epas_compat_ora_dev_guide @@ -38,6 +35,10 @@ 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" diff --git a/product_docs/docs/epas/14/managing_conections.mdx b/product_docs/docs/epas/14/managing_conections.mdx new file mode 100644 index 00000000000..b3ae453bc1b --- /dev/null +++ b/product_docs/docs/epas/14/managing_conections.mdx @@ -0,0 +1,17 @@ +--- +title: Managing your database connections +--- + +We package and support a number of components to manage your connections to your EDB Postgres Advanced Server database server. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. + +The EDB components for managing your database connections include: + + +- Connection poolers + - [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 + + + + From a99ffa8c71c39c2aef980bd9cd4a7aef09ab65a0 Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:04:57 -0500 Subject: [PATCH 11/16] Update product_docs/docs/epas/14/data_sources.mdx Co-authored-by: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> --- product_docs/docs/epas/14/data_sources.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/14/data_sources.mdx b/product_docs/docs/epas/14/data_sources.mdx index 96ce4af6a25..9c165a4849a 100644 --- a/product_docs/docs/epas/14/data_sources.mdx +++ b/product_docs/docs/epas/14/data_sources.mdx @@ -6,7 +6,7 @@ We package and support a number of components to use to connect your EDB Postgre The EDB components include: - - [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — allows access to data that resides on a Hadoop file system from a Postgres database server + - [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 From 8fa2c75f315973ec9d389030270ae95c6a47ea0b Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:05:09 -0500 Subject: [PATCH 12/16] Update product_docs/docs/epas/14/index.mdx Co-authored-by: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> --- product_docs/docs/epas/14/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/14/index.mdx b/product_docs/docs/epas/14/index.mdx index 6cf239ca46d..5126b07f763 100644 --- a/product_docs/docs/epas/14/index.mdx +++ b/product_docs/docs/epas/14/index.mdx @@ -45,5 +45,5 @@ legacyRedirectsGenerated: - "/edb-docs/p/edb-postgres-advanced-server/9.5" --- - With EDB Postgres Advanced Server, we 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. From 474cc9361945051c27002908d97e635a4292d01c Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 1 Feb 2023 07:51:46 -0500 Subject: [PATCH 13/16] attempt at addressing comments --- product_docs/docs/epas/14/data_sources.mdx | 2 +- product_docs/docs/epas/14/managing_conections.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/epas/14/data_sources.mdx b/product_docs/docs/epas/14/data_sources.mdx index 9c165a4849a..59109fcae61 100644 --- a/product_docs/docs/epas/14/data_sources.mdx +++ b/product_docs/docs/epas/14/data_sources.mdx @@ -2,7 +2,7 @@ title: Connecting to external data sources --- -We package and support a number of components to use to connect your EDB Postgres Advanced Server database server to external data sources. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. +We maintain a number of open source components to use to connect your Postgres database server to external data sources. The components support both EDB Postgres Advanced Server and PostgreSQL. These EDB components typically support additional EDB Postgres Advanced Server capabilities. The EDB components include: diff --git a/product_docs/docs/epas/14/managing_conections.mdx b/product_docs/docs/epas/14/managing_conections.mdx index b3ae453bc1b..fd1ad15e8ab 100644 --- a/product_docs/docs/epas/14/managing_conections.mdx +++ b/product_docs/docs/epas/14/managing_conections.mdx @@ -2,7 +2,7 @@ title: Managing your database connections --- -We package and support a number of components to manage your connections to your EDB Postgres Advanced Server database server. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. +We maintain a number of open source components to manage your connections to your EDB Postgres Advanced Server database server. The components support both EDB Postgres Advanced Server and PostgreSQL. These EDB components typically support additional EDB Postgres Advanced Server capabilities. The EDB components for managing your database connections include: From db5425fd58b7560c1001ed4c068f49e330c5602f Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Fri, 3 Feb 2023 08:29:02 -0500 Subject: [PATCH 14/16] added PG support to connectors topic --- product_docs/docs/epas/14/connectors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/14/connectors.mdx b/product_docs/docs/epas/14/connectors.mdx index dce4d5e5deb..f476753bcec 100644 --- a/product_docs/docs/epas/14/connectors.mdx +++ b/product_docs/docs/epas/14/connectors.mdx @@ -2,7 +2,7 @@ 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 based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. +We package and support a number of components to connect to your EDB Postgres Advanced Server database server. The components support both EDB Postgres Advanced Server and PostgreSQL. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. The EDB components for connecting to your database include: From 6b0eb5915d574ea3da4c040516f55979289bf254 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 22 Feb 2023 04:44:32 -0500 Subject: [PATCH 15/16] final wording for v14 --- product_docs/docs/epas/14/connectors.mdx | 2 +- product_docs/docs/epas/14/data_sources.mdx | 2 +- product_docs/docs/epas/14/managing_conections.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/epas/14/connectors.mdx b/product_docs/docs/epas/14/connectors.mdx index f476753bcec..5d8feae0c1f 100644 --- a/product_docs/docs/epas/14/connectors.mdx +++ b/product_docs/docs/epas/14/connectors.mdx @@ -2,7 +2,7 @@ title: Connecting to your database --- -We package and support a number of components to connect to your EDB Postgres Advanced Server database server. The components support both EDB Postgres Advanced Server and PostgreSQL. These EDB components are based on PostgreSQL components and typically support additional EDB Postgres Advanced Server capabilities. +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: diff --git a/product_docs/docs/epas/14/data_sources.mdx b/product_docs/docs/epas/14/data_sources.mdx index 59109fcae61..b2dd4c5ac75 100644 --- a/product_docs/docs/epas/14/data_sources.mdx +++ b/product_docs/docs/epas/14/data_sources.mdx @@ -2,7 +2,7 @@ title: Connecting to external data sources --- -We maintain a number of open source components to use to connect your Postgres database server to external data sources. The components support both EDB Postgres Advanced Server and PostgreSQL. These EDB components typically support additional EDB Postgres Advanced Server capabilities. +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 include: diff --git a/product_docs/docs/epas/14/managing_conections.mdx b/product_docs/docs/epas/14/managing_conections.mdx index fd1ad15e8ab..3762deccdca 100644 --- a/product_docs/docs/epas/14/managing_conections.mdx +++ b/product_docs/docs/epas/14/managing_conections.mdx @@ -2,7 +2,7 @@ title: Managing your database connections --- -We maintain a number of open source components to manage your connections to your EDB Postgres Advanced Server database server. The components support both EDB Postgres Advanced Server and PostgreSQL. These EDB components typically support additional EDB Postgres Advanced Server capabilities. +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: From 9f3691573fbad9d6239aa94dc41c9801caa52e8a Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 22 Feb 2023 06:19:35 -0500 Subject: [PATCH 16/16] added to v15 --- product_docs/docs/epas/14/connectors.mdx | 1 - product_docs/docs/epas/14/data_sources.mdx | 2 +- product_docs/docs/epas/14/index.mdx | 2 +- ...onections.mdx => managing_connections.mdx} | 2 -- product_docs/docs/epas/15/connectors.mdx | 19 +++++++++++++++++++ product_docs/docs/epas/15/data_sources.mdx | 15 +++++++++++++++ product_docs/docs/epas/15/index.mdx | 4 ++++ .../docs/epas/15/managing_connections.mdx | 15 +++++++++++++++ 8 files changed, 55 insertions(+), 5 deletions(-) rename product_docs/docs/epas/14/{managing_conections.mdx => managing_connections.mdx} (96%) create mode 100644 product_docs/docs/epas/15/connectors.mdx create mode 100644 product_docs/docs/epas/15/data_sources.mdx create mode 100644 product_docs/docs/epas/15/managing_connections.mdx diff --git a/product_docs/docs/epas/14/connectors.mdx b/product_docs/docs/epas/14/connectors.mdx index 5d8feae0c1f..ec8cb78063f 100644 --- a/product_docs/docs/epas/14/connectors.mdx +++ b/product_docs/docs/epas/14/connectors.mdx @@ -6,7 +6,6 @@ We package and support a number of components to connect to your EDB Postgres Ad The EDB components for connecting to your database include: -- Connectors - [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 diff --git a/product_docs/docs/epas/14/data_sources.mdx b/product_docs/docs/epas/14/data_sources.mdx index b2dd4c5ac75..117c3bfd79d 100644 --- a/product_docs/docs/epas/14/data_sources.mdx +++ b/product_docs/docs/epas/14/data_sources.mdx @@ -4,7 +4,7 @@ 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 include: +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 diff --git a/product_docs/docs/epas/14/index.mdx b/product_docs/docs/epas/14/index.mdx index 5126b07f763..3f24e2a23db 100644 --- a/product_docs/docs/epas/14/index.mdx +++ b/product_docs/docs/epas/14/index.mdx @@ -17,7 +17,7 @@ navigation: - troubleshooting - "#Developing" - connectors - - managing_conections + - managing_connections - data_sources - "#Oracle Compatibility Guides" - epas_compat_ora_dev_guide diff --git a/product_docs/docs/epas/14/managing_conections.mdx b/product_docs/docs/epas/14/managing_connections.mdx similarity index 96% rename from product_docs/docs/epas/14/managing_conections.mdx rename to product_docs/docs/epas/14/managing_connections.mdx index 3762deccdca..30a48897cc9 100644 --- a/product_docs/docs/epas/14/managing_conections.mdx +++ b/product_docs/docs/epas/14/managing_connections.mdx @@ -6,8 +6,6 @@ We package and support a number of open source components to manage your connect The EDB components for managing your database connections include: - -- Connection poolers - [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 + + + +