Re: quoting psql varible as identifier

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: quoting psql varible as identifier
Дата
Msg-id 51835CD8-6274-458E-96B2-25438F7382D3@gmail.com
обсуждение исходный текст
Ответ на quoting psql varible as identifier  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On Dec 29, 2009, at 8:57 AM, Pavel Stehule <pavel.stehule@gmail.com>  
wrote:

> Hello
>
> I am working on new patch. I see a problem with copy quote_ident on
> client side. This function call ScanKeywordLookup function.
>
>                const ScanKeyword *keyword = ScanKeywordLookup(ident,
>
>                                    ScanKeywords,
>
>                                    NumScanKeywords);
>
> so we cannot simply implement quote_ident on client side :(. So we
> have to use a real query.
>
> It is acceptable for you?

No. It has to be client-side.

...Robert


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Serializable implementation
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: quoting psql varible as identifier