Re: Extensions not dumped when --schema is used
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Noah Misch <noah@leadboat.com>
Cc: Guillaume Lelarge <guillaume@lelarge.info>, Julien Rouhaud <rjuju123@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Daniel Gustafsson <daniel@yesql.se>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-15T07:58:03Z
Lists: pgsql-hackers
On Wed, Apr 14, 2021 at 05:31:15AM -0700, Noah Misch wrote: > The name "without_extension_explicit_schema" arose because that test differs > from the "without_extension" test by adding --schema=public. The test named > "without_extension_implicit_schema" differs from "without_extension" by adding > --schema=regress_pg_dump_schema, so the word "implicit" feels not-descriptive > of the test. I recommend picking a different name. Other than that, the > change looks good. Thanks for the review. I have picked up "internal" instead, as that's the schema created within the extension itself, and applied the patch. -- Michael
Commits
-
Tweak behavior of pg_dump --extension with configuration tables
- 344487e2db03 14.0 landed
-
Remove duplicated --no-sync switches in new tests of test_pg_dump
- 885a87641930 14.0 landed
-
Add support for --extension in pg_dump
- 6568cef26e0f 14.0 landed