We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94427b1 commit 933fd7eCopy full SHA for 933fd7e
doc/src/sgml/xindex.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
Postgres documentation
4
-->
5
@@ -401,7 +401,7 @@ CREATE OPERATOR = (
401
leftarg = complex, rightarg = complex,
402
procedure = complex_abs_eq,
403
restrict = eqsel, join = eqjoinsel
404
- )
+ );
405
</programlisting>
406
407
The important
0 commit comments