From: Sandro Santilli Date: Mon, 27 Feb 2012 17:36:27 +0000 (+0000) Subject: Properly cleanup spatial_ref_sys X-Git-Tag: 2.0.0beta1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0817ada7c37498bc87c1c3750566b30b2d5b659;p=postgis Properly cleanup spatial_ref_sys git-svn-id: http://svn.osgeo.org/postgis/trunk@9316 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/regress_proj.sql b/regress/regress_proj.sql index 9270855ae..3e638180c 100644 --- a/regress/regress_proj.sql +++ b/regress/regress_proj.sql @@ -36,5 +36,5 @@ SELECT ST_transform(ST_GeomFromEWKT('SRID=0;POINT(0 0)'),100002); --- test #8: Transforming to same SRID SELECT 8,ST_AsEWKT(ST_transform(ST_GeomFromEWKT('SRID=100002;POINT(0 0)'),100002)); -DELETE FROM spatial_ref_sys WHERE srid >= 1000000; +DELETE FROM spatial_ref_sys WHERE srid >= 100000;