Bruce,
Bruce Momjian <bruce@momjian.us>
Bruce, Attached is a patch which patches cleanly against the Sunday afternoon snapshot. It modifies pg_dump to dump COMMENT ON statements for user-definable descriptions. In addition, it also modifies comment.c so that the operator behavior is as Peter E. would like: a comment on an operator is applied to the underlying function. Thanks, Mike Mascari
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/comment.c | modified | +10 −0 |
| src/bin/pg_dump/common.c | modified | +9 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +204 −7 |
| src/bin/pg_dump/pg_dump.h | modified | +6 −1 |