Opened 2 weeks ago

Closed 5 days ago

#5721 closed enhancement (fixed)

change nextvalue for edge_id, node_id and face_id to use the value in default colum value for primary key

Reported by: Lars Aksel Opsahl Owned by: strk
Priority: medium Milestone: PostGIS PostgreSQL
Component: topology Version: master
Keywords: Cc:

Description

Today this is hardcoded to topology schema name so we can not share the same sequence for multiple topologies by changing default for the primary key.

This is fixed in this pull request https://gitlab.com/postgis/postgis/-/merge_requests/97 and includes a new test for sharing a common sequence.

Change History (1)

comment:1 by Sandro Santilli <strk@…>, 5 days ago

Resolution: fixed
Status: newclosed

In cb1a9e8/git:

Allow use of custom sequences in topology tables

Closes #5721
Includes regress test

Note: See TracTickets for help on using tickets.