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

Поиск
Список
Период
Сортировка
От Xavier Mouton-Dubosc
Тема Re: BUG #8092: pg_dump need sur quoting schema name
Дата
Msg-id 5170152F.8070809@notalus.fr
обсуждение исходный текст
Ответ на Re: BUG #8092: pg_dump need sur quoting schema name  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Noah Yetter
Дата:
Сообщение: Re: BUG #8094: psql prompt variable and command substitution broken
Следующее
От: bmohareb@gmail.com
Дата:
Сообщение: BUG #8093: After starting postgres, any attempt to connect generate a core dump and unable to login