How TODO prevent PQfnumber() from lowercasing? - Mailing list pgsql-hackers

From Volkan YAZICI
Subject How TODO prevent PQfnumber() from lowercasing?
Date
Msg-id 7104a7370510090703o64fcc41ax9b73e6050d66264c@mail.gmail.com
Whole thread Raw
Responses Re: How TODO prevent PQfnumber() from lowercasing?
List 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 by date:

Previous
From: Tino Wildenhain
Date:
Subject: Re: pg_dump option to dump only functions
Next
From: Tom Lane
Date:
Subject: Re: avoid pulling up subquerys that contain volatile functions?