]> granicus.if.org Git - postgis/commitdiff
Move the 'CREATE SCHEMA' query out of first column anchorage (#1325)
authorSandro Santilli <strk@keybit.net>
Thu, 24 Nov 2011 21:13:22 +0000 (21:13 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 24 Nov 2011 21:13:22 +0000 (21:13 +0000)
Makes the upgrade script generator less confused...

git-svn-id: http://svn.osgeo.org/postgis/trunk@8239 b70326c6-7e19-0410-871a-916f4a2858ee

topology/topology.sql.in.c

index 3ea1b6f8ab8243f31ffcd90876c9c9a9f0b82204..542575fa4924b055958fe644a0e47c6bb4f0cbed 100644 (file)
@@ -1637,9 +1637,7 @@ BEGIN
        END LOOP;
 
 
-       EXECUTE '
-CREATE SCHEMA ' || quote_ident(atopology) || ';
-       ';
+       EXECUTE 'CREATE SCHEMA ' || quote_ident(atopology);
 
        -------------{ face CREATION
        EXECUTE