Re: pg_dump and quoted identifiers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump and quoted identifiers
Date: 2016-12-15 15:20:26
Message-ID: 19138.1481815226@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thomas Kellerer <spam_eater(at)gmx(dot)net> writes:
> Adrian Klaver schrieb am 14.12.2016 um 15:32:
>> So have you tried the answer from the SO question?:

> Still doesn't work:
> -bash-4.1$ pg_dump -d postgres -t "\"Statuses\""
> pg_dump: no matching tables were found

Hmm. It might shed some light if you put "echo" in front of that
to see what gets printed:

$ echo pg_dump -d postgres -t "\"Statuses\""
pg_dump -d postgres -t "Statuses"

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-12-15 15:23:28 Re: tuple data size and compression
Previous Message Tom DalPozzo 2016-12-15 15:17:51 tuple data size and compression