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