Opened 7 months ago
Closed 7 months 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.
Note:
See TracTickets
for help on using tickets.
In cb1a9e8/git: