diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-13 16:48:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-13 16:48:16 +0000 |
commit | bbcee544aa551ada483281723faa6cea3b279e84 (patch) | |
tree | 8805b4767879c83a2b62de158b4618e6573280ca /doc/src | |
parent | dc0e76ca36b4f7b91c3b83e53012585c5eccbe98 (diff) | |
download | postgresql-bbcee544aa551ada483281723faa6cea3b279e84.tar.gz postgresql-bbcee544aa551ada483281723faa6cea3b279e84.zip |
Have \dn+ show permissions and description for schemas.
Dennis Bjorklund
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.117 2004/07/12 20:41:08 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.118 2004/07/13 16:48:15 momjian Exp $ PostgreSQL documentation --> @@ -990,7 +990,9 @@ testdb=> Lists all available schemas (namespaces). If <replaceable class="parameter">pattern</replaceable> (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 <literal>+</literal> + is appended to the command name, each object is listed with its associated + permissions and description, if any. </para> </listitem> </varlistentry> |