diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-15 03:56:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-15 03:56:06 +0000 |
commit | 93a1fce5ccd23a19b681c9804b63bc3c5423933f (patch) | |
tree | 6e8eb5d172068284e0b8a025b2d65c6e5a3ceb7d /doc/src/sgml/ref/psql-ref.sgml | |
parent | a837ed88b128cd53e6a68cc75c2b17976360683f (diff) | |
download | postgresql-93a1fce5ccd23a19b681c9804b63bc3c5423933f.tar.gz postgresql-93a1fce5ccd23a19b681c9804b63bc3c5423933f.zip |
Add permission display to \db+.
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 37c73e22817..497c6885aa5 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.118 2004/07/13 16:48:15 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.119 2004/07/15 03:56:04 momjian Exp $ PostgreSQL documentation --> @@ -832,6 +832,8 @@ testdb=> Lists all available tablespaces. If <replaceable class="parameter">pattern</replaceable> is specified, only tablespaces whose names match the pattern are shown. + If <literal>+</literal> is appended to the command name, each object + is listed with its associated permissions. </para> </listitem> </varlistentry> |