1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

Update documentation for psql relation-size-in-\dt+ patch.

This commit is contained in:
Tom Lane
2008-05-02 22:50:21 +00:00
parent db147b3483
commit 511b798c46

View File

@ -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 PostgreSQL documentation
--> -->
@ -1068,7 +1068,7 @@ testdb=&gt;
the listing to system objects; without <literal>S</literal>, the listing to system objects; without <literal>S</literal>,
only non-system objects are shown. If <literal>+</literal> is only non-system objects are shown. If <literal>+</literal> is
appended to the command name, each object is listed with its 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>
<para> <para>