Re: Extensions not dumped when --schema is used

Julien Rouhaud <rjuju123@gmail.com>

From: Julien Rouhaud <rjuju123@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Guillaume Lelarge <guillaume@lelarge.info>, Tom Lane <tgl@sss.pgh.pa.us>, Daniel Gustafsson <daniel@yesql.se>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-03-15T10:31:49Z
Lists: pgsql-hackers
Le lun. 15 mars 2021 à 18:25, Michael Paquier <michael@paquier.xyz> a
écrit :

> On Mon, Mar 15, 2021 at 06:21:55PM +0800, Julien Rouhaud wrote:
> > Is that a feature you really want to see in pg14?  If yes and if you're
> sure
> > you won't have time to work on the patch within 2 weeks I can take care
> of
> > addressing all comments.
>
> A lot of things will depend on the feature freeze date, but the sooner
> a version is available, the sooner I could look at what is proposed.
>

I totally agree.

Recalling my memories of the discussion, there was not much to
> address, and the logic was rather clear.
>

yes, I just had a look it's only a matter of adapting the tests to
test_pg_dump and fixing a few typos AFAICS.

>

Commits

  1. Tweak behavior of pg_dump --extension with configuration tables

  2. Remove duplicated --no-sync switches in new tests of test_pg_dump

  3. Add support for --extension in pg_dump