]> granicus.if.org Git - postgis/commitdiff
Deleted entries in spatial_ref_sys and geometry_columns.
authorSandro Santilli <strk@keybit.net>
Fri, 12 Nov 2004 18:13:26 +0000 (18:13 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 12 Nov 2004 18:13:26 +0000 (18:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1092 b70326c6-7e19-0410-871a-916f4a2858ee

examples/ogc_test_suite/3_cleanup.sql

index 13855b4a9784023a3b0aa76f1854dd5f0b456cdc..523af845c6de6704dac3d92b33d4b11372e9d8ed 100644 (file)
@@ -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;