Skip to content

Commit

Permalink
Merge pull request #1021 from EnterpriseDB/Pgpool_draft_PR
Browse files Browse the repository at this point in the history
Pgpool_42_March3
  • Loading branch information
robert-stringer authored Mar 3, 2021
2 parents 739e9c3 + a19cfdc commit fbbd2ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion product_docs/docs/pgpool/1.0/02_extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Perform the following steps to install Pgpool-II extensions on a RHEL host:
yum -y install edb-as<xx>-pgpool<yy>-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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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```

Expand Down
1 change: 0 additions & 1 deletion static/edb-icons
Submodule edb-icons deleted from a2b8bb
3 changes: 3 additions & 0 deletions static/edb-icons/training.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fbbd2ec

Please sign in to comment.