Allow ALTER SEQUENCE START WITH to change the recorded start_value of a
commitfa85544fde1b5129f2a00cad1b85adaf6403b66c
authortgl <tgl>
Sat, 17 May 2008 01:20:39 +0000 (17 01:20 +0000)
committertgl <tgl>
Sat, 17 May 2008 01:20:39 +0000 (17 01:20 +0000)
tree5c3a6da08212b852aedf7e09eaa76290ac992799
parentf24beb7f6a1b8391976da306a0530865ed321f3a
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