From: Peter Eisentraut Date: Thu, 11 Dec 2003 20:13:53 +0000 (+0000) Subject: Make some wording consistent with DROP OPERATOR description. X-Git-Tag: REL8_0_0BETA1~1545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d87e109b88b3e44683cf602c2ef168eff1464507;p=postgresql Make some wording consistent with DROP OPERATOR description. --- diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index 3acb05d0d3..1001b8f33f 100644 --- a/doc/src/sgml/ref/create_operator.sgml +++ b/doc/src/sgml/ref/create_operator.sgml @@ -1,5 +1,5 @@ @@ -133,7 +133,7 @@ CREATE OPERATOR name ( lefttype - The type of the left-hand argument of the operator, if any. + The data type of the operator's left operand, if any. This option would be omitted for a left-unary operator. @@ -143,7 +143,7 @@ CREATE OPERATOR name ( righttype - The type of the right-hand argument of the operator, if any. + The data type of the operator's right operand, if any. This option would be omitted for a right-unary operator.