Opened 21 months ago

Last modified 12 months ago

#5284 new defect

Cannot pgtopo_import dumps with layers having renamed topogeom column

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS Fund Me
Component: topology Version: 3.3.x
Keywords: Cc:

Description

When renaming a topogeometry column the constraint used to check its topology and layer identifiers keeps the old name but the pgtopo_import does not expect this, resulting in it not being able to disable the check. In turn, not disabling the check results in an exception thrown upon populating the layer.

Change History (5)

comment:1 by strk, 21 months ago

NOTE: you need to have data in the layer in order for this problem to be reproducible (and as a work around you would need to edit the SQL dump to not create the constraint)

comment:2 by robe, 21 months ago

Milestone: PostGIS 3.3.2PostGIS 3.3.3

comment:3 by robe, 14 months ago

Milestone: PostGIS 3.3.3PostGIS 3.4.0

comment:4 by strk, 12 months ago

Note this ticket refers to renaming TopoGeometry columns using ALTER TABLE. Everything is fine if the RanameTopoGeometryColumn function is used instead (#5286)

comment:5 by strk, 12 months ago

Milestone: PostGIS 3.4.0PostGIS Fund Me
Summary: Cannot restore topology dumps with layers having renamed topogeom columnCannot pgtopo_import dumps with layers having renamed topogeom column
Note: See TracTickets for help on using tickets.