pgsql: Teach pg_dump to dump comments attached to the columns of a - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Teach pg_dump to dump comments attached to the columns of a
Date
Msg-id 20090723225940.E35D975331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Teach pg_dump to dump comments attached to the columns of a composite type.

Taro Minowa (Higepon)

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.541 -> r1.542)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.541&r2=1.542)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Save a few cycles in EXPLAIN and related commands by not
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Force use of our erand48 on Cygwin