From 81cb90ca7661025910d105b7d8b3666d051c81ed Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 19 Jul 2018 14:54:17 +0200 Subject: [PATCH] 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. --- doc/usage.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:: -- 2.40.0