Re: [PATCH] add option to pg_dumpall to exclude tables from the dump - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [PATCH] add option to pg_dumpall to exclude tables from the dump
Date
Msg-id CA+TgmoYjjQhUkoYDiDO9f59OnFiR2kqE+CN5abvLLZrGWMSFCA@mail.gmail.com
Whole thread Raw
In response to [PATCH] add option to pg_dumpall to exclude tables from the dump  (Juergen Hannappel <juergen@juergen-hannappel.de>)
List 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 by date:

Previous
From: Corey Huinker
Date:
Subject: \timing interval
Next
From: Thomas Munro
Date:
Subject: Re: SELECT DISTINCT never uses an index?