From bbcee544aa551ada483281723faa6cea3b279e84 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 13 Jul 2004 16:48:16 +0000 Subject: Have \dn+ show permissions and description for schemas. Dennis Bjorklund --- doc/src/sgml/ref/psql-ref.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 44b4a91f68f..37c73e22817 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -990,7 +990,9 @@ testdb=> Lists all available schemas (namespaces). If pattern (a regular expression) is specified, only schemas whose names match the pattern are listed. - Non-local temporary schemas are suppressed. + Non-local temporary schemas are suppressed. If + + is appended to the command name, each object is listed with its associated + permissions and description, if any. -- cgit v1.2.3