]> granicus.if.org Git - postgresql/commit
Fix broken pg_dump code for dumping comments on event triggers.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2015 00:27:06 +0000 (19:27 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jan 2015 00:27:06 +0000 (19:27 -0500)
commitc99e41f686bae0e35eafe92a970e77cbdb1db17c
treefb1287c7eb6a26e32ef060a7c0fa93804845edc7
parent51742063be4fd8d58fb8571e559fe8ca0abbbb57
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