1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -133,7 +133,7 @@ CREATE OPERATOR <replaceable>name</replaceable> (
133
133
<term><replaceable class="parameter">lefttype</replaceable></term>
134
134
<listitem>
135
135
<para>
136
- The type of the left-hand argument of the operator , if any.
136
+ Thedata type of theoperator's left operand , if any.
137
137
This option would be omitted for a left-unary operator.
138
138
</para>
139
139
</listitem>
@@ -143,7 +143,7 @@ CREATE OPERATOR <replaceable>name</replaceable> (
143
143
<term><replaceable class="parameter">righttype</replaceable></term>
144
144
<listitem>
145
145
<para>
146
- The type of the right-hand argument of the operator , if any.
146
+ Thedata type of theoperator's right operand , if any.
147
147
This option would be omitted for a right-unary operator.
148
148
</para>
149
149
</listitem>