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

From Thomas Kellerer
Subject Re: [GENERAL] pg_dump and quoted identifiers
Date
Msg-id o2pat4$q37$1@blaine.gmane.org
Whole thread Raw
In response to Re: [GENERAL] pg_dump and quoted identifiers  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: [GENERAL] pg_dump and quoted identifiers
List pgsql-general
David G. Johnston schrieb am 13.12.2016 um 18:05:
> On Tue, Dec 13, 2016 at 9:43 AM, Pavel Stehule <pavel.stehule@gmail.com <mailto: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.

That was one of the options I tried, but that neither worked on Linux (using bash) nor on Windows

Thomas


pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] pg_dump and quoted identifiers
Next
From: Thomas Kellerer
Date:
Subject: Re: [GENERAL] pg_dump and quoted identifiers