From 2ac0c745f59bc979b1e649b3d3a2b8206ecea0aa Mon Sep 17 00:00:00 2001 From: Manjusha Vaidya Date: Wed, 3 Mar 2021 11:30:21 +0530 Subject: [PATCH] Pgpool_42_March3 --- product_docs/docs/pgpool/1.0/02_extensions.mdx | 2 +- .../docs/pgpool/1.0/03_configuring_connection_pooling.mdx | 6 +++--- static/edb-icons/training.svg | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 static/edb-icons/training.svg diff --git a/product_docs/docs/pgpool/1.0/02_extensions.mdx b/product_docs/docs/pgpool/1.0/02_extensions.mdx index a80096c6ced..ebffbe8c157 100644 --- a/product_docs/docs/pgpool/1.0/02_extensions.mdx +++ b/product_docs/docs/pgpool/1.0/02_extensions.mdx @@ -150,7 +150,7 @@ Perform the following steps to install Pgpool-II extensions on a RHEL host: yum -y install edb-as-pgpool-extensions ``` - For example, to install Pgpool42 extensions for Advanced Server 13, execute the following command: + For example, to install Pgpool42 extensions for EDB Postgres Advanced Server 13, execute the following command: ```text yum -y install edb-as13-pgpool42-extensions diff --git a/product_docs/docs/pgpool/1.0/03_configuring_connection_pooling.mdx b/product_docs/docs/pgpool/1.0/03_configuring_connection_pooling.mdx index dbd097f7cd8..dbc1e490496 100644 --- a/product_docs/docs/pgpool/1.0/03_configuring_connection_pooling.mdx +++ b/product_docs/docs/pgpool/1.0/03_configuring_connection_pooling.mdx @@ -48,7 +48,7 @@ To configure connection pooling with one database server: 2. Copy the `pgpool.conf.sample` file to `pgpool.conf`, and modify the file, setting the `connection_cache` parameter to `on`, and specifying connection properties for your database server. - The following example shows how to connnect with the Advanced Server: + The following example shows how to connnect with the EDB Postgres Advanced Server: `connection_cache = on` @@ -89,11 +89,11 @@ To configure connection pooling with one database server: 6. Execute the following platform-specific command to connect to Pgpool42: - On Advanced Server for CentOS 7: + On EDB Postgres Advanced Server for CentOS 7: ```./psql -d edb -p 9999 -U enterprisedb -h /tmp``` - On Advanced Server for Debian: + On EDB Postgres Advanced Server for Debian: ```./psql -d edb -p 9999 -U enterprisedb``` diff --git a/static/edb-icons/training.svg b/static/edb-icons/training.svg new file mode 100644 index 00000000000..82a7199eaab --- /dev/null +++ b/static/edb-icons/training.svg @@ -0,0 +1,3 @@ + +training + \ No newline at end of file