From: Chris Hodgson Date: Thu, 6 Mar 2003 18:57:24 +0000 (+0000) Subject: swapped '~=' for '=' in the operator class definition for gist_geometry_ops. X-Git-Tag: pgis_0_7_5~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f7054ca78b32be36671746070fed61475203b18;p=postgis swapped '~=' for '=' in the operator class definition for gist_geometry_ops. git-svn-id: http://svn.osgeo.org/postgis/trunk@247 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Attic/postgis_sql_73_end.sql.in b/Attic/postgis_sql_73_end.sql.in index c42cee47c..4bcb38a9c 100644 --- a/Attic/postgis_sql_73_end.sql.in +++ b/Attic/postgis_sql_73_end.sql.in @@ -156,7 +156,7 @@ CREATE OPERATOR CLASS gist_geometry_ops OPERATOR 3 && , OPERATOR 4 &> , OPERATOR 5 >> , - OPERATOR 6 = , + OPERATOR 6 ~= , OPERATOR 7 ~ , OPERATOR 8 @ , FUNCTION 1 ggeometry_consistent (internal, geometry, int4),