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

From Jan de Visser
Subject Re: [GENERAL] pg_dump and quoted identifiers
Date
Msg-id 1551557.67u7pLZnWD@coyote
Whole thread Raw
In response to Re: [GENERAL] pg_dump and quoted identifiers  (Thomas Kellerer <spam_eater@gmx.net>)
List 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?




pgsql-general by date:

Previous
From: Jeff Janes
Date:
Subject: Re: [GENERAL] Plpgsql - Custom fields Postgres 9.5
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] pg_dump and quoted identifiers