<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.90 2003/06/28 00:12:39 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.91 2003/07/23 15:05:42 tgl Exp $
PostgreSQL documentation
-->
Lists all available aggregate functions, together with the data
type they operate on. If <replaceable
class="parameter">pattern</replaceable>
- is specified, only matching aggregates are shown.
+ is specified, only aggregates whose names match the pattern are shown.
</para>
</listitem>
</varlistentry>
<para>
Lists all available conversions between character-set encodings.
If <replaceable class="parameter">pattern</replaceable>
- is specified, only conversions whose name matches the pattern are
+ is specified, only conversions whose names match the pattern are
listed.
</para>
</listitem>
Lists available functions, together with their argument and
return types. If <replaceable
class="parameter">pattern</replaceable>
- is specified, only matching functions are shown. If the form
+ 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 language and description, is shown.
</para>
<para>
If <replaceable class="parameter">pattern</replaceable> is
- specified, only objects whose name matches the pattern are listed.
+ specified, only objects whose names match the pattern are listed.
</para>
</listitem>
</varlistentry>
<para>
Lists all available schemas (namespaces). If <replaceable
class="parameter">pattern</replaceable> (a regular expression)
- is specified, only schemas whose name matches the pattern are listed.
+ is specified, only schemas whose names match the pattern are listed.
</para>
</listitem>
</varlistentry>
<para>
Lists available operators with their operand and return types.
If <replaceable class="parameter">pattern</replaceable> is
- specified, only operators whose name matches the pattern are listed.
+ specified, only operators whose names match the pattern are listed.
</para>
</listitem>
</varlistentry>
Produces a list of all available tables with their
associated access privileges.
If <replaceable class="parameter">pattern</replaceable> is
- specified, only tables whose name matches the pattern are listed.
+ specified, only tables whose names match the pattern are listed.
</para>
<para>
Produces a list of all available tables with their
associated access privileges.
If a <replaceable class="parameter">pattern</replaceable> is
- specified, only tables whose name matches the pattern are listed.
+ specified, only tables whose names match the pattern are listed.
</para>
<para>