Re: BUG #8092: pg_dump need sur quoting schema name - Mailing list pgsql-bugs

From Xavier Mouton-Dubosc
Subject Re: BUG #8092: pg_dump need sur quoting schema name
Date
Msg-id 5170152F.8070809@notalus.fr
Whole thread Raw
In response to Re: BUG #8092: pg_dump need sur quoting schema name  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-bugs
Yes.
structure is kind of [a-zA-Z0-9\-_]{4,}

Le 18/04/2013 17:00, Alvaro Herrera a écrit :
> xavier.mouton-dubosc@notalus.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?
>

pgsql-bugs by date:

Previous
From: Noah Yetter
Date:
Subject: Re: BUG #8094: psql prompt variable and command substitution broken
Next
From: bmohareb@gmail.com
Date:
Subject: BUG #8093: After starting postgres, any attempt to connect generate a core dump and unable to login