From 684ad6a92fcc33adebdab65c4e7d72a68ba05408 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 10 Sep 2006 17:36:52 +0000 Subject: Rename contrib contains/contained-by operators to @> and <@, per discussion. --- doc/src/sgml/ref/create_opclass.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/create_opclass.sgml b/doc/src/sgml/ref/create_opclass.sgml index 472bac003de..ed7b77b6565 100644 --- a/doc/src/sgml/ref/create_opclass.sgml +++ b/doc/src/sgml/ref/create_opclass.sgml @@ -1,5 +1,5 @@ @@ -238,8 +238,8 @@ CREATE OPERATOR CLASS gist__int_ops DEFAULT FOR TYPE _int4 USING gist AS OPERATOR 3 &&, OPERATOR 6 = RECHECK, - OPERATOR 7 @, - OPERATOR 8 ~, + OPERATOR 7 @>, + OPERATOR 8 <@, OPERATOR 20 @@ (_int4, query_int), FUNCTION 1 g_int_consistent (internal, _int4, int4), FUNCTION 2 g_int_union (bytea, internal), -- cgit v1.2.3