You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a collection is copied using the geoDB (client), there is no new sequence created for the primary key within the new collection. That is not necessarily a problem, albeit a bit crooked. But when a user shall be granted access to such a copied collection, geoDB looks for the sequence with the name of the new collection, doesn't find it and throw an error.
If a collection is copied using the geoDB (client), there is no new sequence created for the primary key within the new collection. That is not necessarily a problem, albeit a bit crooked. But when a user shall be granted access to such a copied collection, geoDB looks for the sequence with the name of the new collection, doesn't find it and throw an error.
Reproduce:
Hints for fix:
https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-serial/
https://dba.stackexchange.com/a/91658
The text was updated successfully, but these errors were encountered: