From b65a5097463d6dc5d75661f5236a742c4023f989 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 30 Mar 2008 18:10:20 +0000 Subject: Show database access privileges in psql's \l command. For \l+, also show database size, when available to the current user. Andrew Gilligan --- doc/src/sgml/ref/psql-ref.sgml | 11 +++++++---- 1 file changed, 7 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 40a02812fe1..e98b36fdcf0 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1328,9 +1328,12 @@ Tue Oct 26 21:40:57 CEST 1999 \l+ (or \list+) - List the names, owners, and character set encodings of all the databases in - the server. If + is appended to the command - name, database descriptions are also displayed. + List the names, owners, character set encodings, and access privileges + of all the databases in the server. + 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 + user can connect to.) -- cgit v1.2.3