Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
authorAlvaro Herrera <[email protected]>
Wed, 11 Mar 2020 19:54:54 +0000 (16:54 -0300)
committerAlvaro Herrera <[email protected]>
Wed, 11 Mar 2020 19:54:54 +0000 (16:54 -0300)
commitd04e342ba404171c706f96e501865fe0d5f6b1e5
treeb7c4baeb1a9bd12cb78e174e9979a4e5936573e2
parent05283dd5b5792b094b8211d46fef1082d411e679
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION

pg_dump is oblivious to this kind of dependency, so they're lost on
dump/restores (and pg_upgrade).  Have pg_dump emit ALTER lines so that
they're preserved.  Add some pg_dump tests for the whole thing, also.

Reviewed-by: Tom Lane (offlist)
Reviewed-by: Ibrar Ahmed
Reviewed-by: Ahsan Hadi (who also reviewed commit 899a04f5ed61)
Discussion: https://postgr.es/m/20200217225333[email protected]
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/test/modules/test_pg_dump/t/001_base.pl