From: Bruce Momjian Date: Tue, 23 Jan 2018 23:22:56 +0000 (-0500) Subject: doc: mention psql -l uses the 'postgres' database by default X-Git-Tag: XL_10_R1BETA1~86^2~55 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=56c00634b4e4df800cb7dd809edb083a4ca997f8;p=postgres-xl.git doc: mention psql -l uses the 'postgres' database by default Reported-by: Mark Wood Bug: 14912 Discussion: https://postgr.es/m/20171116171735.1474.30450@wrigleys.postgresql.org Author: David G. Johnston Backpatch-through: 10 --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 525464968f..bdb109242e 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -281,7 +281,9 @@ EOF List all available databases, then exit. Other non-connection - options are ignored. This is similar to the meta-command + options are ignored. If an explicit database name is not + found the postgres database, not the user's, + will be targeted for connection. This is similar to the meta-command \list.