mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Add ; to the create operator.
This commit is contained in:
parent
94427b1914
commit
933fd7e2de
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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 = (
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user