PostgreSQL: Documentation: 14: 9.17. Sequence Manipulation Functions
https://www.postgresql.org/docs/current/functions-sequence.html
Jun 16, 2022 · The value that will be reported by currval is also set to the specified value. In the three-parameter form, is_called can be set to either true or false. true has the same effect as the two-parameter form. If it is set to false, the next nextval will return exactly the specified value, and sequence advancement commences with the following nextval.
DA: 100 PA: 76 MOZ Rank: 18