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