projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94427b1
)
Add ; to the create operator.
author
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 31 Aug 2001 04:17:13 +0000
(
04:17
+0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 31 Aug 2001 04:17:13 +0000
(
04:17
+0000)
doc/src/sgml/xindex.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/xindex.sgml
b/doc/src/sgml/xindex.sgml
index b391caebb85d023d692143bf4ea396d2f6768c9e..2c49d46bab0b45e7d7d3961e49ed4a78b42ba425 100644
(file)
--- a/
doc/src/sgml/xindex.sgml
+++ b/
doc/src/sgml/xindex.sgml
@@
-1,5
+1,5
@@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.1
6 2001/08/21 16:35:59 tgl
Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.1
7 2001/08/31 04:17:13 ishii
Exp $
Postgres documentation
-->
@@
-401,7
+401,7
@@
CREATE OPERATOR = (
leftarg = complex, rightarg = complex,
procedure = complex_abs_eq,
restrict = eqsel, join = eqjoinsel
- )
+ )
;
</programlisting>
The important