Re: BUG #8092: pg_dump need sur quoting schema name

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: xavier(dot)mouton-dubosc(at)notalus(dot)fr
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8092: pg_dump need sur quoting schema name
Date: 2013-04-18 15:00:35
Message-ID: 20130418150035.GA2246@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

xavier(dot)mouton-dubosc(at)notalus(dot)fr wrote:

> works well. But when I try to dump "other" schema
> pg_dump -s --schema="other" [...]
>
> I have this error:
> pg_dump: No matching schemas were found
>
> I have to surquote schema name to have it working
> pg_dump -s --schema="\"other\"" [...]
>
> seems strange

Does your "other" schema have uppercase letters or some such?

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Xavier Mouton-Dubosc 2013-04-18 15:45:51 Re: BUG #8092: pg_dump need sur quoting schema name
Previous Message xavier.mouton-dubosc 2013-04-18 13:23:34 BUG #8092: pg_dump need sur quoting schema name