Allow ALTER SEQUENCE START WITH to change the recorded start_value of a
Tom Lane <tgl@sss.pgh.pa.us>
Allow ALTER SEQUENCE START WITH to change the recorded start_value of a sequence. This seems an obvious extension to the recent patch, and it makes the code noticeably cleaner and more orthogonal.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_sequence.sgml | modified | +23 −6 |
| src/backend/commands/sequence.c | modified | +36 −44 |