Re: quoting psql varible as identifier

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: quoting psql varible as identifier
Дата
Msg-id 162867790912291053w7b10ba1fu52bed7733c0e07e7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: quoting psql varible as identifier  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: quoting psql varible as identifier  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
2009/12/29 Tom Lane <tgl@sss.pgh.pa.us>:
> Pavel Stehule <pavel.stehule@gmail.com> writes:
>> so we cannot simply implement quote_ident on client side :(. So we
>> have to use a real query.
>
>> It is acceptable for you?
>
> No, certainly not --- that adds a boatload of failure conditions.
> Just quote it unconditionally.

ok

this function have to live in libpq - it needs some not exported
functionality. But, it would not be a problem.

Pavel

>
>                        regards, tom lane
>


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: quoting psql varible as identifier
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: quoting psql varible as identifier