From 0ea1f6e98fc84f1c5f66cc6355f6e20582295e81 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 3 Mar 2013 22:17:08 -0500 Subject: psql: Let \l accept a pattern reviewed by Satoshi Nagayasu --- doc/src/sgml/ref/psql-ref.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index fb63845a260..c6347cd6f84 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1745,12 +1745,13 @@ hello 10 - \l (or \list) - \l+ (or \list+) + \l[+] or \list[+] [ pattern ] - List the names, owners, character set encodings, and access privileges - of all the databases in the server. + List the databases in the server and show their names, owners, + character set encodings, and access privileges. + If pattern is specified, + only databases whose names match the pattern are listed. If + is appended to the command name, database sizes, default tablespaces, and descriptions are also displayed. (Size information is only available for databases that the current -- cgit v1.2.3