pgsql: Remove items, not needed anymore: < * %Disallow changing DEFAULT

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove items, not needed anymore: < * %Disallow changing DEFAULT
Date: 2006-08-21 12:20:26
Message-ID: 20060821122026.B5B999FB37C@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-08-21 12:50:29 pgsql: Done: < o Add a function to support Parse/DescribeStatement
Previous Message Michael Meskes 2006-08-21 10:48:22 pgsql: Fixed a few memory leaks.