Fix broken pg_dump code for dumping comments on event triggers.
authorTom Lane <[email protected]>
Tue, 6 Jan 2015 00:27:04 +0000 (19:27 -0500)
committerTom Lane <[email protected]>
Tue, 6 Jan 2015 00:27:04 +0000 (19:27 -0500)
commitadfc157dd91471e995f3aa72e0fb5b50ecd93575
tree525433dbfda78a4cd614d576ec16e7b38848d39a
parent3c9e4cdbf2ec876dbb71aa80a4cc18662fbd41c2
Fix broken pg_dump code for dumping comments on event triggers.

This never worked, I think.  Per report from Marc Munro.

In passing, fix funny spacing in the COMMENT ON command as a result of
excess space in the "label" string.
src/bin/pg_dump/pg_dump.c