diff options
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index bbe59350194..fa0d6f2ec90 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1011,8 +1011,9 @@ testdb=> Lists 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. + If <literal>+</literal> is appended to the command name, each tablespace + is listed with its associated options, on-disk size, permissions and + description. </para> </listitem> </varlistentry> |