Opened 9 years ago

Last modified 5 years ago

#3110 new enhancement

Use 64bit integers for identifiers

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS Fund Me
Component: topology Version: master
Keywords: Cc: aperi

Description

Topology primitive tables are created with 32bit integer identifiers. This ticket is to use 64bit integers instead.

Note that such change would also affect the relation table and the TopoElement and TopoElementArray domains.

An upgrade path should also be provided to alter existing topologies.

Change History (6)

comment:1 by strk, 9 years ago

NOTE: sequences already use 64bit integers (bigint) so it is only a matter of using ALTER TABLE for the tables (and something for the domains)

comment:2 by strk, 9 years ago

Milestone: PostGIS 2.2.0PostGIS 2.3.0

comment:3 by robe, 8 years ago

Milestone: PostGIS 2.3.0PostGIS 2.4.0

comment:4 by robe, 7 years ago

Milestone: PostGIS 2.4.0PostGIS 2.5.0

comment:5 by komzpa, 6 years ago

Milestone: PostGIS 2.5.0PostGIS 3.0.0

comment:6 by komzpa, 5 years ago

Milestone: PostGIS 3.0.0PostGIS Fund Me
Note: See TracTickets for help on using tickets.