[postgis-devel] [PostGIS] #1325: topology_upgrade_20_minor.sql is harmful
PostGIS
trac at osgeo.org
Thu Nov 24 13:10:23 PST 2011
#1325: topology_upgrade_20_minor.sql is harmful
----------------------+-----------------------------------------------------
Reporter: strk | Owner: robe
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Comment(by strk):
The upgrade script generator is stripping a line:
{{{
EXECUTE '
CREATE SCHEMA ' || quote_ident(atopology) || ';
';
}}}
Becomes:
{{{
EXECUTE '
';
}}}
No wonder it fails...
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1325#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list