pgsql-server: Dump comments on columns of composite types.

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server: Dump comments on columns of composite types.
Дата
Msg-id 20040804171304.41A08D1B1C9@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Dump comments on columns of composite types.

Instead of putting all the OWNER TO commands at the end, it dumps then
after each object.  This is WAY more readable and nice.  ACLs are still
at the end.

Christopher Kings-Lynne

Modified Files:
--------------
    pgsql-server/src/bin/pg_dump:
        pg_backup_archiver.c (r1.90 -> r1.91)

(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.90&r2=1.91)
        pg_dump.c (r1.381 -> r1.382)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_dump/pg_dump.c.diff?r1=1.381&r2=1.382)

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

Предыдущее
От: Dennis Bjorklund
Дата:
Сообщение: Re: pgsql-server: Add some strings for translation and
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Add some notes about unimplemented aspects of PITR