Re: Option to dump foreign data in pg_dump

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Luis Carril <luis.carril@swarm64.com>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, vignesh C <vignesh21@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-11-12T15:38:36Z
Lists: pgsql-hackers
> On 12 Nov 2019, at 15:21, Luis Carril <luis.carril@swarm64.com> wrote:
> 
>> The nitpicks have been addressed.  However, it seems that the new file
>> containing the test FDW seems missing from the new version of the patch.  Did
>> you forget to git add the file?
> Yes, I forgot, thanks for noticing. New patch attached again.

The patch applies, compiles and tests clean.  The debate whether we want to
allow dumping of foreign data at all will continue but I am marking the patch
as ready for committer as I believe it is ready for input on that level.

cheers ./daniel


Commits

  1. pg_dump: Allow dumping data of specific foreign servers