Option to dump foreign data in pg_dump

Luis Carril <luis.carril@swarm64.com>

From: Luis Carril <luis.carril@swarm64.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-06-28T14:49:42Z
Lists: pgsql-hackers

Attachments

Hello,
  pg_dump ignores the dumping of data in foreign tables
  on purpose, this patch makes it optional as the user maybe
  wants to manage the data in the foreign servers directly from
  Postgres. Opinions?

Cheers
Luis M Carril

Commits

  1. pg_dump: Allow dumping data of specific foreign servers