Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 933fd7e

Browse files
committed
Add ; to the create operator.
1 parent 94427b1 commit 933fd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/xindex.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.16 2001/08/21 16:35:59 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.17 2001/08/31 04:17:13 ishii Exp $
33
Postgres documentation
44
-->
55

@@ -401,7 +401,7 @@ CREATE OPERATOR = (
401401
leftarg = complex, rightarg = complex,
402402
procedure = complex_abs_eq,
403403
restrict = eqsel, join = eqjoinsel
404-
)
404+
);
405405
</programlisting>
406406

407407
The important

0 commit comments

Comments
 (0)