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
- 0001-Support-foreign-data-in-pg_dump-v7.patch (text/x-patch) patch v7-0001
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
-
pg_dump: Allow dumping data of specific foreign servers
- 2f9eb3132094 13.0 landed