]> granicus.if.org Git - postgresql/commitdiff
Add ; to the create operator.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 31 Aug 2001 04:17:13 +0000 (04:17 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 31 Aug 2001 04:17:13 +0000 (04:17 +0000)
doc/src/sgml/xindex.sgml

index b391caebb85d023d692143bf4ea396d2f6768c9e..2c49d46bab0b45e7d7d3961e49ed4a78b42ba425 100644 (file)
@@ -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