Re: [GENERAL] pg_dump and quoted identifiers - Mailing list pgsql-general

From David G. Johnston
Subject Re: [GENERAL] pg_dump and quoted identifiers
Date
Msg-id CAKFQuwaQVL20N7OiiiU44+p9ek=ohAqPTC=rHF0pbKJ9NYzqhQ@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] pg_dump and quoted identifiers  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: [GENERAL] pg_dump and quoted identifiers
List pgsql-general
On Tue, Dec 13, 2016 at 9:43 AM, Pavel Stehule <pavel.stehule@gmail.com> wrote:

pg_dump -t '"Statuses"' postgres


​To elaborate - your shell was removing the double-quotes.  You need make it so after shell processing the double-quotes remain.  Wrapping the double-quote string in single-quotes should do it.

David J.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] pg_dump and quoted identifiers
Next
From: Thomas Kellerer
Date:
Subject: Re: [GENERAL] pg_dump and quoted identifiers