Re: pg_dump and quoted identifiers

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump and quoted identifiers
Date: 2016-12-13 17:25:28
Message-ID: o2pau6$q37$2@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John McKown 2016-12-13 17:34:28 Re: pg_dump and quoted identifiers
Previous Message Thomas Kellerer 2016-12-13 17:24:54 Re: pg_dump and quoted identifiers