From: Peter Eisentraut Date: Thu, 19 Jul 2018 12:54:17 +0000 (+0200) Subject: doc: Small improvement in quick start X-Git-Tag: pgbouncer_1_9_0~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81cb90ca7661025910d105b7d8b3666d051c81ed;p=pgbouncer doc: Small improvement in quick start Add an indication that the "SHOW HELP" example output is not complete. Then we don't have to feel obliged to update it every time we add something to the actual help output. --- diff --git a/doc/usage.rst b/doc/usage.rst index e71f41b..27a55f4 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -94,13 +94,14 @@ Basic setup and usage as following. pgbouncer=# show help; NOTICE: Console usage DETAIL: - SHOW [HELP|CONFIG|DATABASES|FDS|POOLS|CLIENTS|SERVERS|SOCKETS|LISTS|VERSION] + SHOW [HELP|CONFIG|DATABASES|FDS|POOLS|CLIENTS|SERVERS|SOCKETS|LISTS|VERSION|...] SET key = arg RELOAD PAUSE SUSPEND RESUME SHUTDOWN + [...] 6. If you made changes to the pgbouncer.ini file, you can reload it with::