Ticket #1325 (closed defect: fixed)
topology_upgrade_20_minor.sql is harmful
| Reported by: | strk | Owned by: | strk |
|---|---|---|---|
| Priority: | high | Milestone: | PostGIS 2.0.0 |
| Component: | topology | Version: | trunk |
| Keywords: | Cc: |
Description
Right after sourcing topology_upgrade_20_minor.sql, my topology.CreateTopology?() doesn't work anymore.
See this session:
strk=# select droptopology('tt');
Topology 'tt' dropped
strk=# select createtopology('tt');
ERROR: schema "tt" does not exist
Sourcing topology.sql fixes things again:
strk=# select droptopology('tt');
Topology 'tt' dropped
strk=# select createtopology('tt');
2086
Sourcing topology_upgrade_20_minor.sql breaks again as in the first example.
Change History
Note: See
TracTickets for help on using
tickets.
