|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -1120,13 +1120,14 @@ testdb=>
|
1120 | 1120 |
|
1121 | 1121 | <listitem>
|
1122 | 1122 | <para>
|
1123 |
| - For the above commands, the letters |
| 1123 | + In this group of commands, the letters |
1124 | 1124 | <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 |
1128 | 1128 | 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 |
1130 | 1131 | appended to the command name, each object is listed with its
|
1131 | 1132 | physical size on disk and its associated description, if any.
|
1132 | 1133 | The letter <literal>S</literal> restricts the listing
|
|
0 commit comments