pg_dump Add dumping of comments on index columns - Mailing list pgsql-hackers

From higepon
Subject pg_dump Add dumping of comments on index columns
Date
Msg-id f07386410903230128o41d8d36xaa448bde86c8141b@mail.gmail.com
Whole thread Raw
Responses Re: pg_dump Add dumping of comments on index columns  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Hi.
I found a TODO item "Add dumping of comments on index columns and
composite type columns" for pg_dump
and want to write a patch for it.

But I'm not sure if I understand the problem correctly.
Does "Add dumping of comments on index columns" mean that
pg_dump should dump out COMMENT statements like following?
COMMENT ON COLUMN some_index.index_column1 IS 'Hello column1';

Can anybody give me some advice on this?

Best regards,

-----
Taro Minowa(Higepon)

http://www.monaos.org/
http://code.google.com/p/mosh-scheme/


pgsql-hackers by date:

Previous
From: higepon
Date:
Subject: pg_dump Add dumping of comments on index columns
Next
From: Peter Eisentraut
Date:
Subject: Re: cs_CZ vs regression tests, part N