Commit 933fd7e2 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Add ; to the create operator.

parent 94427b19
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.16 2001/08/21 16:35:59 tgl Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.17 2001/08/31 04:17:13 ishii Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -401,7 +401,7 @@ CREATE OPERATOR = ( ...@@ -401,7 +401,7 @@ CREATE OPERATOR = (
leftarg = complex, rightarg = complex, leftarg = complex, rightarg = complex,
procedure = complex_abs_eq, procedure = complex_abs_eq,
restrict = eqsel, join = eqjoinsel restrict = eqsel, join = eqjoinsel
) );
</programlisting> </programlisting>
The important The important
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment