diff options
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 0595d1c04b9..de303c88144 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1242,9 +1242,9 @@ testdb=> <para> Lists operator classes (see <xref linkend="catalog-pg-opclass"/>). - If <replaceable class="parameter">access-method-patttern</replaceable> + If <replaceable class="parameter">access-method-pattern</replaceable> is specified, only operator classes associated with access methods whose - names match pattern are listed. + names match the pattern are listed. If <replaceable class="parameter">input-type-pattern</replaceable> is specified, only operator classes associated with input types whose names match the pattern are listed. @@ -1265,9 +1265,9 @@ testdb=> <para> Lists operator families (see <xref linkend="catalog-pg-opfamily"/>). - If <replaceable class="parameter">access-method-patttern</replaceable> + If <replaceable class="parameter">access-method-pattern</replaceable> is specified, only operator families associated with access methods whose - names match pattern are listed. + names match the pattern are listed. If <replaceable class="parameter">input-type-pattern</replaceable> is specified, only operator families associated with input types whose names match the pattern are listed. @@ -1289,9 +1289,9 @@ testdb=> <para> Lists operators associated with operator families (<xref linkend="catalog-pg-amop"/>). - If <replaceable class="parameter">access-method-patttern</replaceable> + If <replaceable class="parameter">access-method-pattern</replaceable> is specified, only members of operator families associated with access - methods whose names match pattern are listed. + methods whose names match the pattern are listed. If <replaceable class="parameter">input-type-pattern</replaceable> is specified, only members of operator families whose names match the pattern are listed. @@ -1312,9 +1312,9 @@ testdb=> <para> Lists procedures associated with operator families (<xref linkend="catalog-pg-amproc"/>). - If <replaceable class="parameter">access-method-patttern</replaceable> + If <replaceable class="parameter">access-method-pattern</replaceable> is specified, only members of operator families associated with access - methods whose names match pattern are listed. + methods whose names match the pattern are listed. If <replaceable class="parameter">input-type-pattern</replaceable> is specified, only members of operator families whose names match the pattern are listed. |