How TODO prevent PQfnumber() from lowercasing?

Поиск
Список
Период
Сортировка
От Volkan YAZICI
Тема How TODO prevent PQfnumber() from lowercasing?
Дата
Msg-id 7104a7370510090703o64fcc41ax9b73e6050d66264c@mail.gmail.com
обсуждение исходный текст
Ответы Re: How TODO prevent PQfnumber() from lowercasing?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Hi,

Which way do you suggest to "Prevent libpq's PQfnumber() from
lowercasing the column name" (which is listed as a TODO item). If
column name has quotes around it we're just removing the quotes and
comparing with the related column name. Else, lowercasing the column
name and then comparing.

I couldn't get the idea behind this TODO. Can somebody explain it a
little bit more?

Regards.


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

Предыдущее
От: Tino Wildenhain
Дата:
Сообщение: Re: pg_dump option to dump only functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: avoid pulling up subquerys that contain volatile functions?