pgsql: Remove items, not needed anymore: < * %Disallow changing DEFAULT - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Remove items, not needed anymore: < * %Disallow changing DEFAULT
Date
Msg-id 20060821122026.B5B999FB37C@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove items, not needed anymore:

< * %Disallow changing DEFAULT expression of a SERIAL column?
<
<   This should be done only if the existing SERIAL problems cannot be
<   fixed.
<
< * %Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
<   does not dump the changes

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1952 -> r1.1953)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1952&r2=1.1953)
    pgsql/doc/src/FAQ:
        TODO.html (r1.454 -> r1.455)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.454&r2=1.455)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Fixed a few memory leaks.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: < o Add a function to support Parse/DescribeStatement