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

Commit dbca713

Browse files
committed
Minor wordsmithing on descriptions of some \d commands.
1 parent 5b02174 commit dbca713

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

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

Lines changed: 18 additions & 12 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.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 $
33
PostgreSQL documentation
44
-->
55

@@ -853,6 +853,9 @@ testdb=&gt;
853853
more information is displayed: any comments associated with the
854854
columns of the table are shown, as is the presence of OIDs in the
855855
table.
856+
</para>
857+
858+
<para>
856859
By default, only user-created objects are shown; supply a
857860
pattern or the <literal>S</literal> modifier to include system
858861
objects.
@@ -942,9 +945,9 @@ testdb=&gt;
942945
By default, only user-created objects are shown; supply a
943946
pattern or the <literal>S</literal> modifier to include system
944947
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:
948951
<programlisting>
949952
=&gt; <userinput>\dd version</userinput>
950953
Object descriptions
@@ -1184,7 +1187,7 @@ testdb=&gt;
11841187

11851188
<listitem>
11861189
<para>
1187-
Lists all available schemas (namespaces). If <replaceable
1190+
Lists available schemas (namespaces). If <replaceable
11881191
class="parameter">pattern</replaceable> (a regular expression)
11891192
is specified, only schemas whose names match the pattern are listed.
11901193
Non-local temporary schemas are suppressed. If <literal>+</literal>
@@ -1214,7 +1217,7 @@ testdb=&gt;
12141217
<term><literal>\dp [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
12151218
<listitem>
12161219
<para>
1217-
Produces a list of all available tables, views and sequences with their
1220+
Lists available tables, views and sequences with their
12181221
associated access privileges.
12191222
If <replaceable class="parameter">pattern</replaceable> is
12201223
specified, only tables, views and sequences whose names match the pattern are listed.
@@ -1233,10 +1236,12 @@ testdb=&gt;
12331236
<term><literal>\dT[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
12341237
<listitem>
12351238
<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.
12401245
By default, only user-created objects are shown; supply a
12411246
pattern or the <literal>S</literal> modifier to include system
12421247
objects.
@@ -1249,8 +1254,9 @@ testdb=&gt;
12491254
<term><literal>\du [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
12501255
<listitem>
12511256
<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.
12541260
</para>
12551261
</listitem>
12561262
</varlistentry>

0 commit comments

Comments
 (0)