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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Remove items, not needed anymore: < * %Disallow changing DEFAULT
Дата
Msg-id 20060821122026.B5B999FB37C@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Fixed a few memory leaks.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Done: < o Add a function to support Parse/DescribeStatement