From 1a98da50c1c5595e9836d0c166bb9489929ba617 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 12 Nov 2004 18:13:26 +0000 Subject: [PATCH] Deleted entries in spatial_ref_sys and geometry_columns. git-svn-id: http://svn.osgeo.org/postgis/trunk@1092 b70326c6-7e19-0410-871a-916f4a2858ee --- examples/ogc_test_suite/3_cleanup.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.50.1