@ -52,7 +52,8 @@ CREATE OPERATOR <replaceable>name</replaceable> (
There are a few restrictions on your choice of name:
There are a few restrictions on your choice of name:
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
<para><literal>--</literal> and <literal>/*</literal> cannot appear anywhere in an operator name,
<para>
<literal>--</literal> and <literal>/*</literal> cannot appear anywhere in an operator name,
since they will be taken as the start of a comment.
since they will be taken as the start of a comment.
</para>
</para>
</listitem>
</listitem>
@ -72,8 +73,8 @@ CREATE OPERATOR <replaceable>name</replaceable> (
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
The use of <literal>=></literal> as an operator name is deprecated. It may
The symbol <literal>=></literal> is reserved by the SQL grammar,
be disallowed altogether in a future releas e.
so it cannot be used as an operator nam e.
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</itemizedlist>