aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2001-08-31 04:17:13 +0000
committerTatsuo Ishii <ishii@postgresql.org>2001-08-31 04:17:13 +0000
commit933fd7e2de56a572960c5fd4268174c4b2299a07 (patch)
tree0dbe2d5d79db7a4ca4126656f94543fc1805679c /doc/src
parent94427b19148901342f755201fdc27cdad819beb0 (diff)
downloadpostgresql-933fd7e2de56a572960c5fd4268174c4b2299a07.tar.gz
postgresql-933fd7e2de56a572960c5fd4268174c4b2299a07.zip
Add ; to the create operator.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/xindex.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml
index b391caebb85..2c49d46bab0 100644
--- 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.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
-->
@@ -401,7 +401,7 @@ CREATE OPERATOR = (
leftarg = complex, rightarg = complex,
procedure = complex_abs_eq,
restrict = eqsel, join = eqjoinsel
- )
+ );
</programlisting>
The important