1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.221 2009/04/02 15:15:31 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.222 2009/04/04 00:39:14 tgl Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -853,6 +853,9 @@ testdb=>
853
853
more information is displayed: any comments associated with the
854
854
columns of the table are shown, as is the presence of OIDs in the
855
855
table.
856
+ </para>
857
+
858
+ <para>
856
859
By default, only user-created objects are shown; supply a
857
860
pattern or the <literal>S</literal> modifier to include system
858
861
objects.
@@ -942,9 +945,9 @@ testdb=>
942
945
By default, only user-created objects are shown; supply a
943
946
pattern or the <literal>S</literal> modifier to include system
944
947
objects.
945
- ( <quote>Object</quote> covers aggregates, functions, operators,
946
- types, relations (tables, views, indexes, sequences, large
947
- objects) , rules, and triggers.) For example:
948
+ <quote>Object</quote> covers aggregates, functions, operators,
949
+ types, relations (tables, views, indexes, sequences) , large
950
+ objects, rules, and triggers. For example:
948
951
<programlisting>
949
952
=> <userinput>\dd version</userinput>
950
953
Object descriptions
@@ -1184,7 +1187,7 @@ testdb=>
1184
1187
1185
1188
<listitem>
1186
1189
<para>
1187
- Lists all available schemas (namespaces). If <replaceable
1190
+ Lists available schemas (namespaces). If <replaceable
1188
1191
class="parameter">pattern</replaceable> (a regular expression)
1189
1192
is specified, only schemas whose names match the pattern are listed.
1190
1193
Non-local temporary schemas are suppressed. If <literal>+</literal>
@@ -1214,7 +1217,7 @@ testdb=>
1214
1217
<term><literal>\dp [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1215
1218
<listitem>
1216
1219
<para>
1217
- Produces a list of all available tables, views and sequences with their
1220
+ Lists available tables, views and sequences with their
1218
1221
associated access privileges.
1219
1222
If <replaceable class="parameter">pattern</replaceable> is
1220
1223
specified, only tables, views and sequences whose names match the pattern are listed.
@@ -1233,10 +1236,12 @@ testdb=>
1233
1236
<term><literal>\dT[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1234
1237
<listitem>
1235
1238
<para>
1236
- Lists all data types or only those that match <replaceable
1237
- class="parameter">pattern</replaceable>. The command form
1238
- <literal>\dT+</literal> shows extra information, namely the type's internal name, size, and
1239
- allowed values for <type>enum</> types.
1239
+ Lists available data types.
1240
+ If <replaceable class="parameter">pattern</replaceable> is
1241
+ specified, only types whose names match the pattern are listed.
1242
+ If <literal>+</literal> is appended to the command name, each type is
1243
+ listed with its internal name and size, as well as its allowed values
1244
+ if it is an <type>enum</> type.
1240
1245
By default, only user-created objects are shown; supply a
1241
1246
pattern or the <literal>S</literal> modifier to include system
1242
1247
objects.
@@ -1249,8 +1254,9 @@ testdb=>
1249
1254
<term><literal>\du [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1250
1255
<listitem>
1251
1256
<para>
1252
- Lists all database roles, or only those that match <replaceable
1253
- class="parameter">pattern</replaceable>.
1257
+ Lists all database roles. If <replaceable
1258
+ class="parameter">pattern</replaceable> is specified, only
1259
+ those roles whose names match the pattern are listed.
1254
1260
</para>
1255
1261
</listitem>
1256
1262
</varlistentry>
0 commit comments