From: Regina Obe Date: Tue, 12 Apr 2011 12:34:12 +0000 (+0000) Subject: Quiet quiet Hudson X-Git-Tag: 2.0.0alpha1~1783 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d1e1ca68ad6a7b3920a6be95d37c133a3fbc354;p=postgis Quiet quiet Hudson git-svn-id: http://svn.osgeo.org/postgis/trunk@7019 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/loader/PointWithSchema-post.sql b/regress/loader/PointWithSchema-post.sql index 57b80cb4e..5b502ffa1 100644 --- a/regress/loader/PointWithSchema-post.sql +++ b/regress/loader/PointWithSchema-post.sql @@ -1,2 +1,3 @@ DROP TABLE IF EXISTS pgreg.loadedshp; +DELETE FROM geometry_columns WHERE f_table_schema='pgreg'; DROP SCHEMA pgreg;