Make some wording consistent with DROP OPERATOR description.
This commit is contained in:
parent
60425f39c3
commit
d87e109b88
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.40 2003/11/29 19:51:38 pgsql Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.41 2003/12/11 20:13:53 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ CREATE OPERATOR <replaceable>name</replaceable> (
|
|||||||
<term><replaceable class="parameter">lefttype</replaceable></term>
|
<term><replaceable class="parameter">lefttype</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
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.
|
This option would be omitted for a left-unary operator.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -143,7 +143,7 @@ CREATE OPERATOR <replaceable>name</replaceable> (
|
|||||||
<term><replaceable class="parameter">righttype</replaceable></term>
|
<term><replaceable class="parameter">righttype</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
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.
|
This option would be omitted for a right-unary operator.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user