diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2014-07-15 13:59:53 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2014-07-15 13:59:53 -0400 |
commit | da6ac4a6683788ed7042a46568f2b040210830f8 (patch) | |
tree | cda8440182b813cc9f6cdfccaad6a326feed1d1a /doc/src | |
parent | 6bdf4b9c7dde84902a0cc19c27c51c016485b8e6 (diff) | |
download | postgresql-da6ac4a6683788ed7042a46568f2b040210830f8.tar.gz postgresql-da6ac4a6683788ed7042a46568f2b040210830f8.zip |
Add missing doc changes for ee80f043bc9b
Per note from Tom Lane
Diffstat (limited to 'doc/src')
-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> |