Re: pg_dump and quoted identifiers

From: Jan de Visser <jan(at)de-visser(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Subject: Re: pg_dump and quoted identifiers
Date: 2016-12-15 17:04:43
Message-ID: 1551557.67u7pLZnWD@coyote
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday, December 15, 2016 5:15:44 PM EST Thomas Kellerer wrote:
> Tom Lane schrieb am 15.12.2016 um 16:20:
> >> 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"
>
[snip]

Crazy guess: Is pg_dump shadowed by a (maybe distro provided) script that eats
your quotes?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2016-12-15 17:10:04 Re: pg_dump and quoted identifiers
Previous Message Jeff Janes 2016-12-15 16:47:48 Re: Plpgsql - Custom fields Postgres 9.5