Dump comments on columns of composite types.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Aug 2004 17:13:03 +0000 (17:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Aug 2004 17:13:03 +0000 (17:13 +0000)
commit576856b698c2c5b920592c1663b148a38ce09361
tree1ac840412e7a01b51fb1f77337501300bb70a62c
parent6568d643503fd5ca9ca447a9f93c01b05bf9cf1e
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
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c