postgresql/src/bin/pg_dump/t
Tom Lane 93f039b494 Fix pg_dump's handling of event triggers.
pg_dump with the --clean option failed to emit DROP EVENT TRIGGER
commands for event triggers.  In a closely related oversight,
it also did not emit ALTER OWNER commands for event triggers.
Since only superusers can create event triggers, the latter oversight
is of little practical consequence ... but if we're going to record
an owner for event triggers, then surely pg_dump should preserve it.

Per complaint from Greg Atkins.  Back-patch to 9.3 where event triggers
were introduced.

Discussion: https://postgr.es/m/20170722191142.yi4e7tzcg3iacclg@gmail.com
2017-07-22 20:20:09 -04:00
..
001_basic.pl Adjust number of tests for pg_dump 001_basic.pl 2017-03-18 13:53:29 -04:00
002_pg_dump.pl Fix pg_dump's handling of event triggers. 2017-07-22 20:20:09 -04:00
010_dump_connstr.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00