<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.217 2009/01/09 19:27:14 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.218 2009/01/20 02:38:37 momjian Exp $
PostgreSQL documentation
-->
more information is displayed: any comments associated with the
columns of the table are shown, as is the presence of OIDs in the
table.
- The letter <literal>S</literal> restricts the listing to system objects; without
- <literal>S</literal>, only non-system objects are shown.
+ The letter <literal>S</literal> adds the listing of system
+ objects; without <literal>S</literal>, only non-system
+ objects are shown.
</para>
<note>
return type and the data types they operate on. If <replaceable
class="parameter">pattern</replaceable>
is specified, only aggregates whose names match the pattern are shown.
- The letter <literal>S</literal> restricts the listing
- to system objects; without <literal>S</literal>, only
- non-system objects are shown.
+ The letter <literal>S</literal> adds the listing of system
+ objects; without <literal>S</literal>, only non-system
+ objects are shown.
</para>
</listitem>
</varlistentry>
If <replaceable class="parameter">pattern</replaceable>
is specified, only conversions whose names match the pattern are
listed.
- The letter <literal>S</literal> restricts the listing to system objects; without
- <literal>S</literal>, only non-system objects are shown.
+ The letter <literal>S</literal> adds the listing of system
+ objects; without <literal>S</literal>, only non-system
+ objects are shown.
</para>
</listitem>
</varlistentry>
class="parameter">pattern</replaceable>, or of all visible objects if
no argument is given. But in either case, only objects that have
a description are listed.
- The letter <literal>S</literal> restricts the listing to system objects; without
- <literal>S</literal>, only non-system objects are shown.
+ The letter <literal>S</literal> adds the listing of system
+ objects; without <literal>S</literal>, only non-system
+ objects are shown.
(<quote>Object</quote> covers aggregates, functions, operators,
types, relations (tables, views, indexes, sequences, large
objects), rules, and triggers.) For example:
Lists all available domains. If <replaceable
class="parameter">pattern</replaceable>
is specified, only matching domains are shown.
- The letter <literal>S</literal> restricts the listing to system objects; without
- <literal>S</literal>, only non-system objects are shown.
+ The letter <literal>S</literal> adds the listing of system
+ objects; without <literal>S</literal>, only non-system
+ objects are shown.
</para>
</listitem>
</varlistentry>
is specified, only functions whose names match the pattern are shown.
If the form <literal>\df+</literal> is used, additional information about
each function, including volatility, language, source code and description, is shown.
- The letter <literal>S</literal> restricts the listing to system objects; without
- <literal>S</literal>, only non-system objects are shown.
+ The letter <literal>S</literal> adds the listing of system
+ objects; without <literal>S</literal>, only non-system
+ objects are shown.
</para>
<note>
and tables. If <literal>+</literal> is
appended to the command name, each object is listed with its
physical size on disk and its associated description, if any.
- The letter <literal>S</literal> restricts the listing
- to system objects; without <literal>S</literal>, only
- non-system objects are shown.
+ The letter <literal>S</literal> adds the listing of system
+ objects; without <literal>S</literal>, only non-system
+ objects are shown.
</para>
<para>
Lists available operators with their operand and return types.
If <replaceable class="parameter">pattern</replaceable> is
specified, only operators whose names match the pattern are listed.
- The letter <literal>S</literal> restricts the listing
- to system objects; without <literal>S</literal>, only
- non-system objects are shown.
+ The letter <literal>S</literal> adds the listing of system
+ objects; without <literal>S</literal>, only non-system
+ objects are shown.
</para>
</listitem>
</varlistentry>
class="parameter">pattern</replaceable>. The command form
<literal>\dT+</literal> shows extra information, namely the type's internal name, size, and
allowed values for <type>enum</> types.
- The letter <literal>S</literal> restricts the listing to system objects; without
- <literal>S</literal>, only non-system objects are shown.
+ The letter <literal>S</literal> adds the listing of system
+ objects; without <literal>S</literal>, only non-system
+ objects are shown.
</para>
</listitem>
</varlistentry>