Re: Option to dump foreign data in pg_dump

Luis Carril <luis.carril@swarm64.com>

From: Luis Carril <luis.carril@swarm64.com>
To: vignesh C <vignesh21@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Daniel Gustafsson <daniel@yesql.se>, Laurenz Albe <laurenz.albe@cybertec.at>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-01-21T09:36:33Z
Lists: pgsql-hackers

Attachments

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-data option.


Cheers


Luis M. Carril


Commits

  1. pg_dump: Allow dumping data of specific foreign servers