Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ccb51c0

Browse files
committed
A further attempt at clarifying the \distv business.
1 parent d25ada4 commit ccb51c0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 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.216 2009/01/07 04:51:34 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.217 2009/01/09 19:27:14 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1120,13 +1120,14 @@ testdb=&gt;
11201120

11211121
<listitem>
11221122
<para>
1123-
For the above commands, the letters
1123+
In this group of commands, the letters
11241124
<literal>i</literal>, <literal>s</literal>,
1125-
<literal>t</literal>, <literal>v</literal>,
1126-
<literal>S</literal> stand for index, sequence, table, view,
1127-
and system table, respectively. You can specify any or all of
1125+
<literal>t</literal>, and <literal>v</literal>
1126+
stand for index, sequence, table, and view, respectively.
1127+
You can specify any or all of
11281128
these letters, in any order, to obtain a listing of all the
1129-
matching objects. If <literal>+</literal> is
1129+
matching objects. For example, <literal>\dit</> lists indexes
1130+
and tables. If <literal>+</literal> is
11301131
appended to the command name, each object is listed with its
11311132
physical size on disk and its associated description, if any.
11321133
The letter <literal>S</literal> restricts the listing

0 commit comments

Comments
 (0)