From 37b796862eb8c08dbe0d1a6947a8212d1c515491 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Sun, 29 Mar 2020 19:51:32 -0500 Subject: [PATCH v3 01/20] doc: psql opclass/opfamily commit b0b5e20cd8d1a58a8782d5dc806a5232db116e2f Author: Alexander Korotkov --- doc/src/sgml/ref/psql-ref.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 0595d1c04b..cdd24fad98 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1244,7 +1244,7 @@ testdb=> (see ). If access-method-patttern is specified, only operator classes associated with access methods whose - names match pattern are listed. + names match the pattern are listed. If input-type-pattern is specified, only operator classes associated with input types whose names match the pattern are listed. @@ -1267,7 +1267,7 @@ testdb=> (see ). If access-method-patttern is specified, only operator families associated with access methods whose - names match pattern are listed. + names match the pattern are listed. If input-type-pattern is specified, only operator families associated with input types whose names match the pattern are listed. @@ -1291,7 +1291,7 @@ testdb=> (). If access-method-patttern 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 input-type-pattern is specified, only members of operator families whose names match the pattern are listed. @@ -1314,7 +1314,7 @@ testdb=> (). If access-method-patttern 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 input-type-pattern is specified, only members of operator families whose names match the pattern are listed. -- 2.17.0