Re: [PATCH] add option to pg_dumpall to exclude tables from the dump
В списке pgsql-hackers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: [PATCH] add option to pg_dumpall to exclude tables from the dump |
| Дата | |
| Msg-id | 21499.1471549211@sss.pgh.pa.us обсуждение |
| Ответ на | [PATCH] add option to pg_dumpall to exclude tables from the dump (Juergen Hannappel <juergen@juergen-hannappel.de>) |
| Ответы |
Re: [PATCH] add option to pg_dumpall to exclude tables from
the dump
|
| Список | pgsql-hackers |
Juergen Hannappel <juergen@juergen-hannappel.de> writes:
> A new option -T --exlude-table for pg_dumpall. This option is then
> passed through to the pg_dump which really does the work.
> This feature can be used to exclude large tables that are known not
> to change from a database backup dump so that only the changing parts
> of the database are dumped.
This seems pretty dubious to me, in particular that the identical -T
option will be passed willy-nilly into the pg_dump runs for every
database. That seems more likely to be a foot-gun than something useful.
Also, if we believe that this has a safe use-case, why only -T, and
not pg_dump's other object selectivity options?
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера