]> granicus.if.org Git - postgis/commitdiff
Make ~= operator GIST-indexable, following existing documentation
authorSandro Santilli <strk@keybit.net>
Fri, 13 Jan 2012 10:00:39 +0000 (10:00 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 13 Jan 2012 10:00:39 +0000 (10:00 +0000)
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

postgis/postgis.sql.in.c

index 68f50b67f4aaddc3731483bbdfeba739fc3139ec..7ac11cc4a0be81c759b7237e532fe92438b2712d 100644 (file)
@@ -543,7 +543,7 @@ CREATE OPERATOR CLASS gist_geometry_ops_2d
        OPERATOR        3        &&  ,\r
        OPERATOR        4        &>      ,\r
        OPERATOR        5        >>      ,\r
---     OPERATOR        6        ~=      ,\r
+       OPERATOR        6        ~=      ,\r
        OPERATOR        7        ~       ,\r
        OPERATOR        8        @       ,\r
        OPERATOR        9        &<| ,\r