Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pgpool_42_March3 #1021

Merged
merged 1 commit into from
Mar 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.