Re: Extensions not dumped when --schema is used
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: Guillaume Lelarge <guillaume@lelarge.info>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Daniel Gustafsson <daniel@yesql.se>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-01-26T04:10:16Z
Lists: pgsql-hackers
On Mon, Jan 25, 2021 at 9:34 PM Guillaume Lelarge <guillaume@lelarge.info> wrote: > > "Anytime soon" was a long long time ago, and I eventually completely forgot this, sorry. As nobody worked on it yet, I took a shot at it. See attached patch. Great! I didn't reviewed it thoroughly yet, but after a quick look it sounds sensible. I'd prefer to see some tests added, and it looks like a test for plpgsql could be added quite easily. > I don't know if I should add this right away in the commit fest app. If yes, I guess it should go on the next commit fest (2021-03), right? Correct, and please add it on the commit fest!
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