Re: Case-sensitive problem in AS clause? - Mailing list pgsql-jdbc

From Craig Ringer
Subject Re: Case-sensitive problem in AS clause?
Date
Msg-id 5004D9FF.7070002@ringerc.id.au
Whole thread Raw
In response to Re: Case-sensitive problem in AS clause?  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
On 07/17/2012 02:48 AM, Dave Cramer wrote:
> Ok, I just looked up the tutorial and it really is whether the value
> stored in the column is case sensitive, not the name of the column.
>
> Yet another serious ambiguity in the API spec.

Yay, won't THAT be fun to implement when Pg its self doesn't know
whether any given type is case-sensitive or not (eg 'text' vs 'citext')
and doesn't have the concept of per-column case sensitivity at all.

What's the right thing to return here? True unless 'citext'?

--
Craig Ringer

pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: not fetching all query results
Next
From: Radim Kolar
Date:
Subject: Re: not fetching all query results