pgsql: Allow ALTER SEQUENCE START WITH to change the recorded

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow ALTER SEQUENCE START WITH to change the recorded
Date: 2008-05-17 01:20:39
Message-ID: 20080517012039.5C354754C53@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
alter_sequence.sgml (r1.20 -> r1.21)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_sequence.sgml?r1=1.20&r2=1.21)
pgsql/src/backend/commands:
sequence.c (r1.151 -> r1.152)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/sequence.c?r1=1.151&r2=1.152)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2008-05-17 01:28:26 pgsql: Add $PostgreSQL$ markers to a lot of files that were missing
Previous Message Tom Lane 2008-05-16 23:57:42 pgsql: Fix declarations of pthread functions, missed in recent commit.