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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Dump comments on columns of composite types.
Date
Msg-id 20040804171304.41A08D1B1C9@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dennis Bjorklund
Date:
Subject: Re: pgsql-server: Add some strings for translation and
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Add some notes about unimplemented aspects of PITR