Re: SPI_fnumber is case sensitive - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Re: SPI_fnumber is case sensitive
Date
Msg-id thhal-058V1AduuE1wGw4wsKEOk8ax2ojwifn@mailblocks.com
Whole thread Raw
In response to SPI_fnumber is case sensitive  ("Thomas Hallgren" <thhal@mailblocks.com>)
List pgsql-hackers
Didn't think you'd ever get such a result.

Using JDBC (wich has similar functionality), you don't need to worry about
case on identifiers.

regards,

Thomas Hallgren

----- Original Message ----- 
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Thomas Hallgren" <thhal@mailblocks.com>
Cc: <pgsql-hackers@postgresql.org>
Sent: Thursday, May 06, 2004 2:09 PM
Subject: Re: [HACKERS] SPI_fnumber is case sensitive


> "Thomas Hallgren" <thhal@mailblocks.com> writes:
> > The SPI_fnumber (returns the column number using a name) is case
sensitive.
>
> It's supposed to be.  If it weren't, how would you cope with a result
> that contains both "x" and "X"?
>
> regards, tom lane
>




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SPI_fnumber is case sensitive
Next
From: Tom Lane
Date:
Subject: Re: Is there any method to keep table in memory at startup