From: Tatsuo Ishii Date: Fri, 31 Aug 2001 04:17:13 +0000 (+0000) Subject: Add ; to the create operator. X-Git-Tag: REL7_2_BETA1~579 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=933fd7e2de56a572960c5fd4268174c4b2299a07;p=postgresql Add ; to the create operator. --- diff --git a/doc/src/sgml/xindex.sgml b/doc/src/sgml/xindex.sgml index b391caebb8..2c49d46bab 100644 --- a/doc/src/sgml/xindex.sgml +++ b/doc/src/sgml/xindex.sgml @@ -1,5 +1,5 @@ @@ -401,7 +401,7 @@ CREATE OPERATOR = ( leftarg = complex, rightarg = complex, procedure = complex_abs_eq, restrict = eqsel, join = eqjoinsel - ) + ); The important