[postgis-tickets] [PostGIS] #5102: CopyTopology: ERROR: column "geom" is of type geometry but expression is of type integer
PostGIS
trac at osgeo.org
Tue Feb 22 04:55:13 PST 2022
#5102: CopyTopology: ERROR: column "geom" is of type geometry but expression is
of type integer
----------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.3.0
Component: topology | Version: master
Keywords: |
----------------------+---------------------------
Starting with commit [6893c542220566e29445faf6b2de2b54aca77169/git] the
order of fields in the topology primitive tables changed, which in turn
broke CopyTopology code assuming new and old topologies having the same
structure.
We should probably maintain the same structure, to be backward
compatibility with external code, but avoiding the assumption in internal
code would be also a good thing.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5102>
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-tickets
mailing list