pgsql: Fix pg_dump to ensure that a comment on a table CHECK constraint

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Fix pg_dump to ensure that a comment on a table CHECK constraint
Дата
Msg-id 20041214213522.A0DDA3AA761@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix pg_dump to ensure that a comment on a table CHECK constraint cannot
be emitted too soon.  The previous code got this right in the case where
the CHECK was emitted as a separate ALTER TABLE command, but not in the
case where the CHECK is emitted right in CREATE TABLE.  Per report from
Slawomir Sudnik.

Note: this code is pretty ugly; it'd perhaps be better to treat comments
as independently sortable dump objects.  That'd be much too invasive a
change for RC time though.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.394 -> r1.395)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.394&r2=1.395)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update aix cc_r wording.
Следующее
От: k0cka@pgfoundry.org (User K0cka)
Дата:
Сообщение: press - pr: now for review