Skip to content

Commit

Permalink
added to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
drothery-edb committed Feb 22, 2023
1 parent 6b0eb59 commit 9f36915
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 5 deletions.
1 change: 0 additions & 1 deletion product_docs/docs/epas/14/connectors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/epas/14/data_sources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/epas/14/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ navigation:
- troubleshooting
- "#Developing"
- connectors
- managing_conections
- managing_connections
- data_sources
- "#Oracle Compatibility Guides"
- epas_compat_ora_dev_guide
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions product_docs/docs/epas/15/connectors.mdx
Original file line number Diff line number Diff line change
@@ -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




15 changes: 15 additions & 0 deletions product_docs/docs/epas/15/data_sources.mdx
Original file line number Diff line number Diff line change
@@ -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


4 changes: 4 additions & 0 deletions product_docs/docs/epas/15/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions product_docs/docs/epas/15/managing_connections.mdx
Original file line number Diff line number Diff line change
@@ -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




0 comments on commit 9f36915

Please sign in to comment.