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 $
33PostgreSQL documentation
44-->
55
@@ -833,8 +833,9 @@ testdb=>
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=>
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 system objects; without <literal>S</literal>, only
863- non-system objects 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=>
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=>
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=>
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=>
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=>
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 system objects; without <literal>S</literal>, only
1135- non-system objects 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=>
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 system objects; without <literal>S</literal>, only
1182- non-system objects 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=>
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>