11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.40 2003/11/29 19:51:38 pgsql Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.41 2003/12/11 20:13:53 petere Exp $
33PostgreSQL documentation
44-->
55
@@ -133,7 +133,7 @@ CREATE OPERATOR <replaceable>name</replaceable> (
133133 <term><replaceable class="parameter">lefttype</replaceable></term>
134134 <listitem>
135135 <para>
136- The type of the left-hand argument of the operator , if any.
136+ Thedata type of theoperator's left operand , if any.
137137This option would be omitted for a left-unary operator.
138138 </para>
139139 </listitem>
@@ -143,7 +143,7 @@ CREATE OPERATOR <replaceable>name</replaceable> (
143143 <term><replaceable class="parameter">righttype</replaceable></term>
144144 <listitem>
145145 <para>
146- The type of the right-hand argument of the operator , if any.
146+ Thedata type of theoperator's right operand , if any.
147147This option would be omitted for a right-unary operator.
148148 </para>
149149 </listitem>