diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-05-02 22:50:21 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-05-02 22:50:21 +0000 |
commit | 511b798c466a98cf702ea35943cf03e9e109817b (patch) | |
tree | ab509b7435817367f711c094765bed7800e1593a | |
parent | db147b348345288c7b47f9527fc107a9bb063ad7 (diff) | |
download | postgresql-511b798c466a98cf702ea35943cf03e9e109817b.tar.gz postgresql-511b798c466a98cf702ea35943cf03e9e109817b.zip |
Update documentation for psql relation-size-in-\dt+ patch.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index e98b36fdcf0..6578159d900 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.199 2008/03/30 18:10:20 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.200 2008/05/02 22:50:21 tgl Exp $ PostgreSQL documentation --> @@ -1068,7 +1068,7 @@ testdb=> the listing to system objects; without <literal>S</literal>, only non-system objects are shown. If <literal>+</literal> is appended to the command name, each object is listed with its - associated description, if any. + physical size on disk and its associated description, if any. </para> <para> |