From: Sandro Santilli Date: Fri, 13 Jan 2012 10:00:39 +0000 (+0000) Subject: Make ~= operator GIST-indexable, following existing documentation X-Git-Tag: 2.0.0alpha1~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01f343995c3b05ced4530fa3694851b0acb3c0ff;p=postgis Make ~= operator GIST-indexable, following existing documentation NOTE: it takes a dump/reload for this to be in effect. git-svn-id: http://svn.osgeo.org/postgis/trunk@8795 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/postgis.sql.in.c b/postgis/postgis.sql.in.c index 68f50b67f..7ac11cc4a 100644 --- a/postgis/postgis.sql.in.c +++ b/postgis/postgis.sql.in.c @@ -543,7 +543,7 @@ CREATE OPERATOR CLASS gist_geometry_ops_2d OPERATOR 3 && , OPERATOR 4 &> , OPERATOR 5 >> , --- OPERATOR 6 ~= , + OPERATOR 6 ~= , OPERATOR 7 ~ , OPERATOR 8 @ , OPERATOR 9 &<| ,