pgsql: pg_dump: Allow dumping data of specific foreign servers

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: pg_dump: Allow dumping data of specific foreign servers
Дата
Msg-id E1jH8mG-0000Un-5G@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_dump: Allow dumping data of specific foreign servers

The new command-line switch --include-foreign-data=PATTERN lets the user
specify foreign servers from which to dump foreign table data.  This can
be refined by further inclusion/exclusion switches, so that the user has
full control over which tables to dump.

A limitation is that this doesn't work in combination with parallel
dumps, for implementation reasons.  This might be lifted in the future,
but requires shuffling some code around.

Author: Luis Carril <luis.carril@swarm64.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Surafel Temesgen <surafel3000@gmail.com>
Reviewed-by: vignesh C <vignesh21@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@2ndQuadrant.com>
Discussion: https://postgr.es/m/LEJPR01MB0185483C0079D2F651B16231E7FC0@LEJPR01MB0185.DEUPRD01.PROD.OUTLOOK.DE

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f9eb31320948b968e5f744b73032405e1f25225

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml                |  30 ++++++++
src/bin/pg_dump/pg_dump.c                    | 110 +++++++++++++++++++++++++--
src/bin/pg_dump/pg_dump.h                    |   1 +
src/bin/pg_dump/t/001_basic.pl               |  14 +++-
src/bin/pg_dump/t/003_pg_dump_with_server.pl |  36 +++++++++
5 files changed, 185 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Go back to returning int from ereport auxiliary functions.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pg_dump new test: Change order of arguments