]> granicus.if.org Git - postgis/commitdiff
Minor change to work with gserialzed
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 9 Jun 2011 21:27:47 +0000 (21:27 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 9 Jun 2011 21:27:47 +0000 (21:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7353 b70326c6-7e19-0410-871a-916f4a2858ee

regress/regress_index.sql

index 620c610c2c4280476fb2ad141d67e6845f19f7e5..8b51160c32563e5935c31b017da3e2e348bd8f33 100644 (file)
@@ -5,7 +5,7 @@
 
 -- GiST index
 
-CREATE INDEX quick_gist on test using gist (the_geom gist_geometry_ops);
+CREATE INDEX quick_gist on test using gist (the_geom);
 
  select num,ST_astext(the_geom) from test where the_geom && 'BOX3D(125 125,135 135)'::box3d order by num;