From 7485703b4d9375bf274db732c3c43b1ca71307f2 Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Fri, 11 Feb 2022 08:37:42 -0500 Subject: [PATCH] Update product_docs/docs/pgpool/4.3/03_configuring_connection_pooling.mdx --- .../docs/pgpool/4.3/03_configuring_connection_pooling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgpool/4.3/03_configuring_connection_pooling.mdx b/product_docs/docs/pgpool/4.3/03_configuring_connection_pooling.mdx index 45d91cf2f61..e386b81ec13 100644 --- a/product_docs/docs/pgpool/4.3/03_configuring_connection_pooling.mdx +++ b/product_docs/docs/pgpool/4.3/03_configuring_connection_pooling.mdx @@ -30,7 +30,7 @@ The following table lists `pgpool.conf` parameters to use when implementing conn | `num_init_children` | Number of pools. Default is 32. | | `max_pool` | Number of connections per pool. Default is 4. | | `connection_cache` | Set to on to enable connection pooling. | -| `pool_conn_dbname` | Database name to which Pgpool-II will connect. By default, Pgpool-II will connect with Postgres. As of v4.3, the deprecated`pool_conn_dbname` parameter is removed. | +| `pool_conn_dbname` | Database name to which Pgpool-II will connect. By default, Pgpool-II will connect with Postgres. As of v4.3, the deprecated `pool_conn_dbname` parameter is removed. | | `sr_check_user` | User name to perform streaming replication check. Required as of Pgpool-II v4.3. | | `sr_check_password` | Password of the `sr_check_user` user to perform the streaming replication checks. Required as of Pgpool-II v4.3. |