]> granicus.if.org Git - postgis/commitdiff
indexing for 7.3: @ and ~ were backwards. Corrected.
authorDavid Blasby <dblasby@gmail.com>
Thu, 6 Mar 2003 18:04:14 +0000 (18:04 +0000)
committerDavid Blasby <dblasby@gmail.com>
Thu, 6 Mar 2003 18:04:14 +0000 (18:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@244 b70326c6-7e19-0410-871a-916f4a2858ee

Attic/postgis_sql_73_end.sql.in

index e4954eb37aed06ae65497b45cca86b383a8394e0..c42cee47c89e4a91bd64098b764a0cab9be1cf74 100644 (file)
@@ -157,8 +157,8 @@ CREATE OPERATOR CLASS gist_geometry_ops
        OPERATOR        4       &> ,
        OPERATOR        5       >> ,
        OPERATOR        6       = ,
-       OPERATOR        7       @ ,
-       OPERATOR        8       ~ ,
+       OPERATOR        7       ~ ,
+       OPERATOR        8       @ ,
        FUNCTION        1       ggeometry_consistent (internal, geometry, int4),
        FUNCTION        2       gbox_union (bytea, internal),
        FUNCTION        3       ggeometry_compress (internal),