Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe62698

Browse files
committed
Update \d*S documentation to be more accurate; system objects are added
to the display, not restricted in the display; new text: The letter <literal>S</literal> adds the listing of system objects; without <literal>S</literal>, only non-system objects are shown.
1 parent71928e7 commitfe62698

File tree

1 file changed

+28
-22
lines changed

1 file changed

+28
-22
lines changed

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

Lines changed: 28 additions & 22 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.217 2009/01/09 19:27:14 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.218 2009/01/20 02:38:37 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -833,8 +833,9 @@ testdb=&gt;
833833
more information is displayed: any comments associated with the
834834
columns of the table are shown, as is the presence of OIDs in the
835835
table.
836-
The letter <literal>S</literal> restricts the listing to system objects; without
837-
<literal>S</literal>, only non-system objects are shown.
836+
The letter <literal>S</literal> adds the listing of system
837+
objects; without <literal>S</literal>, only non-system
838+
objects are shown.
838839
</para>
839840

840841
<note>
@@ -858,9 +859,9 @@ testdb=&gt;
858859
return type and the data types they operate on. If <replaceable
859860
class="parameter">pattern</replaceable>
860861
is specified, only aggregates whose names match the pattern are shown.
861-
The letter <literal>S</literal>restricts the listing
862-
to systemobjects; without <literal>S</literal>, only
863-
non-systemobjects are shown.
862+
The letter <literal>S</literal>adds the listing of system
863+
objects; without <literal>S</literal>, only non-system
864+
objects are shown.
864865
</para>
865866
</listitem>
866867
</varlistentry>
@@ -889,8 +890,9 @@ testdb=&gt;
889890
If <replaceable class="parameter">pattern</replaceable>
890891
is specified, only conversions whose names match the pattern are
891892
listed.
892-
The letter <literal>S</literal> restricts the listing to system objects; without
893-
<literal>S</literal>, only non-system objects are shown.
893+
The letter <literal>S</literal> adds the listing of system
894+
objects; without <literal>S</literal>, only non-system
895+
objects are shown.
894896
</para>
895897
</listitem>
896898
</varlistentry>
@@ -917,8 +919,9 @@ testdb=&gt;
917919
class="parameter">pattern</replaceable>, or of all visible objects if
918920
no argument is given. But in either case, only objects that have
919921
a description are listed.
920-
The letter <literal>S</literal> restricts the listing to system objects; without
921-
<literal>S</literal>, only non-system objects are shown.
922+
The letter <literal>S</literal> adds the listing of system
923+
objects; without <literal>S</literal>, only non-system
924+
objects are shown.
922925
(<quote>Object</quote> covers aggregates, functions, operators,
923926
types, relations (tables, views, indexes, sequences, large
924927
objects), rules, and triggers.) For example:
@@ -948,8 +951,9 @@ testdb=&gt;
948951
Lists all available domains. If <replaceable
949952
class="parameter">pattern</replaceable>
950953
is specified, only matching domains are shown.
951-
The letter <literal>S</literal> restricts the listing to system objects; without
952-
<literal>S</literal>, only non-system objects are shown.
954+
The letter <literal>S</literal> adds the listing of system
955+
objects; without <literal>S</literal>, only non-system
956+
objects are shown.
953957
</para>
954958
</listitem>
955959
</varlistentry>
@@ -1021,8 +1025,9 @@ testdb=&gt;
10211025
is specified, only functions whose names match the pattern are shown.
10221026
If the form <literal>\df+</literal> is used, additional information about
10231027
each function, including volatility, language, source code and description, is shown.
1024-
The letter <literal>S</literal> restricts the listing to system objects; without
1025-
<literal>S</literal>, only non-system objects are shown.
1028+
The letter <literal>S</literal> adds the listing of system
1029+
objects; without <literal>S</literal>, only non-system
1030+
objects are shown.
10261031
</para>
10271032

10281033
<note>
@@ -1130,9 +1135,9 @@ testdb=&gt;
11301135
and tables. If <literal>+</literal> is
11311136
appended to the command name, each object is listed with its
11321137
physical size on disk and its associated description, if any.
1133-
The letter <literal>S</literal>restricts the listing
1134-
to systemobjects; without <literal>S</literal>, only
1135-
non-systemobjects are shown.
1138+
The letter <literal>S</literal>adds the listing of system
1139+
objects; without <literal>S</literal>, only non-system
1140+
objects are shown.
11361141
</para>
11371142

11381143
<para>
@@ -1177,9 +1182,9 @@ testdb=&gt;
11771182
Lists available operators with their operand and return types.
11781183
If <replaceable class="parameter">pattern</replaceable> is
11791184
specified, only operators whose names match the pattern are listed.
1180-
The letter <literal>S</literal>restricts the listing
1181-
to systemobjects; without <literal>S</literal>, only
1182-
non-systemobjects are shown.
1185+
The letter <literal>S</literal>adds the listing of system
1186+
objects; without <literal>S</literal>, only non-system
1187+
objects are shown.
11831188
</para>
11841189
</listitem>
11851190
</varlistentry>
@@ -1212,8 +1217,9 @@ testdb=&gt;
12121217
class="parameter">pattern</replaceable>. The command form
12131218
<literal>\dT+</literal> shows extra information, namely the type's internal name, size, and
12141219
allowed values for <type>enum</> types.
1215-
The letter <literal>S</literal> restricts the listing to system objects; without
1216-
<literal>S</literal>, only non-system objects are shown.
1220+
The letter <literal>S</literal> adds the listing of system
1221+
objects; without <literal>S</literal>, only non-system
1222+
objects are shown.
12171223
</para>
12181224
</listitem>
12191225
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp