Re: [PATCH] add option to pg_dumpall to exclude tables from the dump

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [PATCH] add option to pg_dumpall to exclude tables from the dump
Дата
Msg-id CA+TgmoYjjQhUkoYDiDO9f59OnFiR2kqE+CN5abvLLZrGWMSFCA@mail.gmail.com
обсуждение исходный текст
Ответ на [PATCH] add option to pg_dumpall to exclude tables from the dump  (Juergen Hannappel <juergen@juergen-hannappel.de>)
Список pgsql-hackers
On Fri, Apr 22, 2016 at 6:42 AM, Juergen Hannappel
<juergen@juergen-hannappel.de> wrote:
> 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.
>
> Signed-off-by: Juergen Hannappel <juergen@juergen-hannappel.de>

This seems like it could be useful.  Please add it to the
currently-open CommitFest so it gets reviewed at some point:

https://commitfest.postgresql.org/action/commitfest_view/open

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Corey Huinker
Дата:
Сообщение: \timing interval
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: SELECT DISTINCT never uses an index?