From: Sandro Santilli Date: Fri, 12 Nov 2004 18:13:26 +0000 (+0000) Subject: Deleted entries in spatial_ref_sys and geometry_columns. X-Git-Tag: pgis_1_0_0RC1~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a98da50c1c5595e9836d0c166bb9489929ba617;p=postgis Deleted entries in spatial_ref_sys and geometry_columns. git-svn-id: http://svn.osgeo.org/postgis/trunk@1092 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/examples/ogc_test_suite/3_cleanup.sql b/examples/ogc_test_suite/3_cleanup.sql index 13855b4a9..523af845c 100644 --- a/examples/ogc_test_suite/3_cleanup.sql +++ b/examples/ogc_test_suite/3_cleanup.sql @@ -4,7 +4,8 @@ -- OGC will not examine this script for adaptations. -- Please add any other cleanup to this script. -- -DROP TABLE spatial_ref_sys; +DELETE FROM spatial_ref_sys; +DELETE FROM geometry_columns; DROP TABLE lakes; DROP TABLE road_segments; DROP TABLE divided_routes;