Do not force drop of pre-existing topology schema. Sounds dangerous when start using it for real.

git-svn-id: http://svn.osgeo.org/postgis/trunk@6339 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2010-12-11 00:27:25 +00:00
parent cda972ad06
commit d383600a23

View file

@ -167,7 +167,9 @@
#define _VOLATILE_STRICT VOLATILE STRICT
#define _VOLATILE VOLATILE
DROP SCHEMA topology CASCADE;
-- Uninstalling previous installation isn't really a good habit ...
-- Let people decide about that
-- DROP SCHEMA topology CASCADE;
BEGIN;