pgsql: Allow ALTER SEQUENCE START WITH to change the recorded - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Allow ALTER SEQUENCE START WITH to change the recorded
Date
Msg-id 20080517012039.5C354754C53@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix declarations of pthread functions, missed in recent commit.
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Add $PostgreSQL$ markers to a lot of files that were missing