Bruce,

Bruce Momjian <bruce@momjian.us>

Commit: 2eebcddeaa2a60fe836a8a10ac6c697bdd36bf8e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-01-18T18:09:02Z
Releases: 7.1.1
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

PathChange+/−
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