File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
+ The data type of the operator'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
+ The data type of the operator's right operand , if any.
147
147
This option would be omitted for a right-unary operator.
148
148
</para>
149
149
</listitem>
You can’t perform that action at this time.
0 commit comments