Re: Option to dump foreign data in pg_dump
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Luis Carril <luis.carril@swarm64.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-28T01:59:09Z
Lists: 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-data option. > 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
Commits
-
pg_dump: Allow dumping data of specific foreign servers
- 2f9eb3132094 13.0 landed