Skip to content

Commit 511b798

Browse files
committed
Update documentation for psql relation-size-in-\dt+ patch.
1 parent db147b3 commit 511b798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.199 2008/03/30 18:10:20 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.200 2008/05/02 22:50:21 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1068,7 +1068,7 @@ testdb=&gt;
10681068
the listing to system objects; without <literal>S</literal>,
10691069
only non-system objects are shown. If <literal>+</literal> is
10701070
appended to the command name, each object is listed with its
1071-
associated description, if any.
1071+
physical size on disk and its associated description, if any.
10721072
</para>
10731073

10741074
<para>

0 commit comments

Comments
 (0)