Allow ALTER SEQUENCE START WITH to change the recorded start_value of a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: caede71b447971399011ef7687f4c68fe5ac9fc6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-05-17T01:20:39Z
Releases: 8.4.0
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

PathChange+/−
doc/src/sgml/ref/alter_sequence.sgml modified +23 −6
src/backend/commands/sequence.c modified +36 −44