|
|
|
|
|
by jexus2
4057 days ago
|
|
Yes: http://www.postgresql.org/docs/9.4/static/functions-sequence... > Important: To avoid blocking concurrent transactions that obtain numbers from the same sequence, a nextval operation is never rolled back; that is, once a value has been fetched it is considered used, even if the transaction that did the nextval later aborts. This means that aborted transactions might leave unused "holes" in the sequence of assigned values. |
|