From: Peter Eisentraut Date: Mon, 10 Sep 2018 08:32:00 +0000 (+0200) Subject: doc: Update SHOW DATABASES documentation X-Git-Tag: pgbouncer_1_10_0~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f03c65739f04de93295b382835fe5e1c0224150;p=pgbouncer doc: Update SHOW DATABASES documentation Documentation of reserve_pool was missing. fixes #322 --- diff --git a/doc/usage.rst b/doc/usage.rst index 3e7726b..7f14f07 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -471,6 +471,9 @@ force_user pool_size Maximum number of server connections. +reserve_pool + Maximum number of additional connections for this database. + pool_mode The database's override pool_mode, or NULL if the default will be used instead.