Allow ALTER SEQUENCE START WITH to change the recorded start_value of a
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 May 2008 01:20:39 +0000 (01:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 May 2008 01:20:39 +0000 (01:20 +0000)
commitcaede71b447971399011ef7687f4c68fe5ac9fc6
tree7e3cfe6ad64b35212b54911f26b72800298ee306
parent3951fae51d776d05e871ee5a7beb62fb832985b1
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.
doc/src/sgml/ref/alter_sequence.sgml
src/backend/commands/sequence.c