From c978eec0db415d3f32d1d1e48d59e85a40beec08 Mon Sep 17 00:00:00 2001 From: David Blasby Date: Thu, 6 Mar 2003 18:04:14 +0000 Subject: [PATCH] indexing for 7.3: @ and ~ were backwards. Corrected. git-svn-id: http://svn.osgeo.org/postgis/trunk@244 b70326c6-7e19-0410-871a-916f4a2858ee --- Attic/postgis_sql_73_end.sql.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Attic/postgis_sql_73_end.sql.in b/Attic/postgis_sql_73_end.sql.in index e4954eb37..c42cee47c 100644 --- a/Attic/postgis_sql_73_end.sql.in +++ b/Attic/postgis_sql_73_end.sql.in @@ -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), -- 2.50.1