mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05:00
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
|
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| t | ||
| .gitignore | ||
| Makefile | ||
| README | ||
| test_pg_dump--1.0.sql | ||
| test_pg_dump.control | ||
test_pg_dump is an extension explicitly to test pg_dump when extensions are present in the system.