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)
commite50156e12cffdcebfc948ac7d3c3396e1dc9e3d1
tree4cf027a7cfbb86fd5b642be939b3f95dd5e85300
parent4b32afc56eebd3b23d10018922cc9c86a318d7f2
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