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 o2pau6$q37$2@blaine.gmane.org
Whole thread Raw
In response to Re: [GENERAL] pg_dump and quoted identifiers  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [GENERAL] pg_dump and quoted identifiers
List pgsql-general
Tom Lane schrieb am 13.12.2016 um 18:02:
>>     -bash-4.1$ pg_dump -d postgres -t '"Statuses"'
>>     pg_dump: no matching tables were found
>
>>     -bash-4.1$ pg_dump -d postgres -t 'public."Statuses"'
>>     pg_dump: no matching tables were found
>
> These cases work for me.  Maybe your shell is doing something weird
> with the quotes?

Hmm, that's the default bash from CentOS 6 (don't know the exact version)

Thomas



pgsql-general by date:

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