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+TgmoZBfKV_74TFCydMs1gPv9Znh2NvC5PVOHiOf0ivD6o3+w@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] add option to pg_dumpall to exclude tables from the dump  (Gerdan Rezende dos Santos <gerdan@gmail.com>)
Responses Re: [PATCH] add option to pg_dumpall to exclude tables from the dump  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Tue, Sep 6, 2016 at 9:37 PM, Gerdan Rezende dos Santos
<gerdan@gmail.com> wrote:
> After review, I realized that there is a call to the function:
> doShellQuoting (pgdumpopts, OPTARG), which no longer seems to exist ...
> After understand the code, I saw that the call is appendShellString
> (pgdumpopts, OPTARG).
>
> Follow the patches already with the necessary corrections.

This doesn't seem to take into account the discussion between Tom Lane
and Jim Nasby about how this feature should work.

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



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pg_basebackup stream xlog to tar
Next
From: Robert Haas
Date:
Subject: Re: Truncating/vacuuming relations on full tablespaces