|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.215 2009/01/06 23:01:57 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.216 2009/01/07 04:51:34 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -1113,11 +1113,14 @@ testdb=> |
1113 | 1113 |
|
1114 | 1114 |
|
1115 | 1115 | <varlistentry> |
1116 | | - <term><literal>\distv[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term> |
| 1116 | + <term><literal>\di[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term> |
| 1117 | + <term><literal>\ds[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term> |
| 1118 | + <term><literal>\dt[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term> |
| 1119 | + <term><literal>\dv[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term> |
1117 | 1120 |
|
1118 | 1121 | <listitem> |
1119 | 1122 | <para> |
1120 | | -This is nottheactual command name: the letters |
| 1123 | +Fortheabove commands, the letters |
1121 | 1124 | <literal>i</literal>, <literal>s</literal>, |
1122 | 1125 | <literal>t</literal>, <literal>v</literal>, |
1123 | 1126 | <literal>S</literal> stand for index, sequence, table, view, |
|