quoting psql varible as identifier

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема quoting psql varible as identifier
Дата
Msg-id 162867790912290857m340ab1f1s76ef48c6e7241398@mail.gmail.com
обсуждение исходный текст
Ответы Re: quoting psql varible as identifier  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: quoting psql varible as identifier  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
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?

Pavel


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hot Standy introduced problem with query cancel behavior
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Serializable implementation