Re: Option to dump foreign data in pg_dump - Mailing list pgsql-hackers

From vignesh C
Subject Re: Option to dump foreign data in pg_dump
Date
Msg-id CALDaNm0Tt+G4Ht6oUezej6nUzh6PtFqi+LnNWo1Njb==50OM6w@mail.gmail.com
Whole thread Raw
In response to Re: Option to dump foreign data in pg_dump  (Luis Carril <luis.carril@swarm64.com>)
Responses Re: Option to dump foreign data in pg_dump  (Luis Carril <luis.carril@swarm64.com>)
List pgsql-hackers
On Tue, Jan 21, 2020 at 3:06 PM Luis Carril <luis.carril@swarm64.com> wrote:
>
> Yes we can support --include-foreign-data without parallel option and
> later add support for parallel option as a different patch.
>
> Hi,
>
>     I've attached a new version of the patch in which an error is emitted if the parallel backup is used with the
--include-foreign-dataoption.
 
>

Thanks for working on the comments. I noticed one behavior is
different when --table option is specified. When --table is specified
the following are not getting dumped:
CREATE SERVER foreign_server

I felt the above also should be included as part of the dump when
include-foreign-data option is specified.

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Kohei KaiGai
Date:
Subject: Is custom MemoryContext prohibited?
Next
From: Michael Paquier
Date:
Subject: Re: BufFileRead() error signalling