Option to dump foreign data in pg_dump

From: Luis Carril <luis(dot)carril(at)swarm64(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Option to dump foreign data in pg_dump
Date: 2019-06-28 14:49:42
Message-ID: LEJPR01MB0185483C0079D2F651B16231E7FC0@LEJPR01MB0185.DEUPRD01.PROD.OUTLOOK.DE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
pg_dump_foreign_data.patch text/x-patch 4.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2019-06-28 15:12:23 proposal - patch: psql - sort_by_size
Previous Message Julien Rouhaud 2019-06-28 14:39:15 Re: Feature improvement: can we add queryId for pg_catalog.pg_stat_activity view?