How TODO prevent PQfnumber() from lowercasing?

From: Volkan YAZICI <volkan(dot)yazici(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: How TODO prevent PQfnumber() from lowercasing?
Date: 2005-10-09 14:03:07
Message-ID: 7104a7370510090703o64fcc41ax9b73e6050d66264c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brian A. Seklecki 2005-10-09 14:57:49 Re: Help needed to complile postgresql on Mac.
Previous Message Tino Wildenhain 2005-10-09 09:34:46 Re: pg_dump option to dump only functions