]> granicus.if.org Git - postgis/commitdiff
Really fix syntax this time (I hope)
authorSandro Santilli <strk@kbt.io>
Tue, 9 Jan 2018 17:17:28 +0000 (17:17 +0000)
committerSandro Santilli <strk@kbt.io>
Tue, 9 Jan 2018 17:17:28 +0000 (17:17 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16235 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography_brin.sql.in
postgis/postgis_brin.sql.in

index 22aa76bffb2e28b1fd6f956975501154bdb567e1..c647e985beae50b53fd549548cff123798c6ed32 100644 (file)
@@ -70,9 +70,9 @@ CREATE OPERATOR CLASS brin_geography_inclusion_ops
     FUNCTION      3        brin_inclusion_consistent(internal, internal, internal),
     FUNCTION      4        brin_inclusion_union(internal, internal, internal),
     OPERATOR      3        &&(geography, geography),
-    OPERATOR      3         &&(geography, gidx),
-    OPERATOR      3         &&(gidx, geography),
-    OPERATOR      3         &&(gidx, gidx),
+    OPERATOR      3        &&(geography, gidx),
+    OPERATOR      3        &&(gidx, geography),
+    OPERATOR      3        &&(gidx, gidx),
   STORAGE gidx;
 
 #endif
index 000842dda59cef9a3632a270a37b61b7cd554dcd..4dbff17e5305f10b20fe91ab13d2d0411973d109 100644 (file)
@@ -221,7 +221,7 @@ CREATE OPERATOR CLASS brin_geometry_inclusion_ops_2d
     OPERATOR      7         ~(box2df, geometry),
     OPERATOR      7         ~(geometry, box2df),
     OPERATOR      7        ~(geometry, geometry),
-    OPERATOR      8         @(box2df, box2df);
+    OPERATOR      8         @(box2df, box2df),
     OPERATOR      8         @(box2df, geometry),
     OPERATOR      8         @(geometry, box2df),
     OPERATOR      8        @(geometry, geometry),