11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.90 2003/06/28 00:12:39 tgl Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.91 2003/07/23 15:05:42 tgl Exp $
33PostgreSQL documentation
44-->
55
@@ -804,7 +804,7 @@ testdb=>
804804 Lists all available aggregate functions, together with the data
805805 type they operate on. If <replaceable
806806 class="parameter">pattern</replaceable>
807- is specified, onlymatching aggregates are shown.
807+ is specified, only aggregates whose names match the pattern are shown.
808808 </para>
809809 </listitem>
810810 </varlistentry>
@@ -816,7 +816,7 @@ testdb=>
816816 <para>
817817 Lists all available conversions between character-set encodings.
818818If <replaceable class="parameter">pattern</replaceable>
819- is specified, only conversions whosename matches the pattern are
819+ is specified, only conversions whosenames match the pattern are
820820listed.
821821 </para>
822822 </listitem>
@@ -882,7 +882,8 @@ testdb=>
882882 Lists available functions, together with their argument and
883883 return types. If <replaceable
884884 class="parameter">pattern</replaceable>
885- is specified, only matching functions are shown. If the form
885+ is specified, only functions whose names match the pattern are shown.
886+ If the form
886887 <literal>\df+</literal> is used, additional information about
887888 each function, including language and description, is shown.
888889 </para>
@@ -916,7 +917,7 @@ testdb=>
916917
917918<para>
918919If <replaceable class="parameter">pattern</replaceable> is
919- specified, only objects whosename matches the pattern are listed.
920+ specified, only objects whosenames match the pattern are listed.
920921</para>
921922</listitem>
922923 </varlistentry>
@@ -940,7 +941,7 @@ testdb=>
940941 <para>
941942 Lists all available schemas (namespaces). If <replaceable
942943 class="parameter">pattern</replaceable> (a regular expression)
943- is specified, only schemas whosename matches the pattern are listed.
944+ is specified, only schemas whosenames match the pattern are listed.
944945 </para>
945946 </listitem>
946947 </varlistentry>
@@ -952,7 +953,7 @@ testdb=>
952953 <para>
953954 Lists available operators with their operand and return types.
954955If <replaceable class="parameter">pattern</replaceable> is
955- specified, only operators whosename matches the pattern are listed.
956+ specified, only operators whosenames match the pattern are listed.
956957 </para>
957958 </listitem>
958959 </varlistentry>
@@ -965,7 +966,7 @@ testdb=>
965966 Produces a list of all available tables with their
966967 associated access privileges.
967968If <replaceable class="parameter">pattern</replaceable> is
968- specified, only tables whosename matches the pattern are listed.
969+ specified, only tables whosenames match the pattern are listed.
969970</para>
970971
971972<para>
@@ -1671,7 +1672,7 @@ lo_import 152801
16711672 Produces a list of all available tables with their
16721673 associated access privileges.
16731674If a <replaceable class="parameter">pattern</replaceable> is
1674- specified, only tables whosename matches the pattern are listed.
1675+ specified, only tables whosenames match the pattern are listed.
16751676</para>
16761677
16771678<para>