]> granicus.if.org Git - postgis/commitdiff
Drop created tables after run
authorSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 11:22:08 +0000 (11:22 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 11:22:08 +0000 (11:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8564 b70326c6-7e19-0410-871a-916f4a2858ee

topology/test/regress/droptopology.sql

index 81a3ed8a375523e6933fd15bd2a302185d477a56..ec578a9b6a32c51e6057adf6466056a09cdbc2c5 100644 (file)
@@ -11,3 +11,5 @@ SELECT topology.AddTopoGeometryColumn('t2', 'public', 't2f', 'geom_t2', 'LINE')
 
 SELECT topology.DropTopology('t1');
 SELECT topology.DropTopology('t2');
+DROP TABLE t2f;
+DROP TABLE t1f;