Re: [HACKERS] Case Preservation disregarding case - Mailing list pgsql-sql

From Tom Lane
Subject Re: [HACKERS] Case Preservation disregarding case
Date
Msg-id 13344.1165125338@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Case Preservation disregarding case  (Ken Johanson <pg-user@kensystem.com>)
Responses Re: [HACKERS] Case Preservation disregarding case  (Ken Johanson <pg-user@kensystem.com>)
Re: [HACKERS] Case Preservation disregarding case  (Bruce Momjian <bruce@momjian.us>)
List pgsql-sql
Ken Johanson <pg-user@kensystem.com> writes:
> Martijn van Oosterhout wrote:
>> I think it's unlikely to happen anytime soon. The primary reason being
>> that then you can no longer use indexes to search the catalog. Which

> I take a different opinion on this:

> -*If* the option to turn on case-insenetive behavior were selectable at 
> the DB or session level, the existing apps could continue to use the 
> case sensitve mode and be completely unaffected.

Ken, you clearly fail to understand the point being made above.  This is
not something that is "selectable at the session level".  It won't work
from either a functional or performance perspective.

The real bottom line, though, is that this community has little respect
for proposals that involve moving away from the SQL spec rather than
closer to it; and that's what you're asking us to do.  The spec is not
at all vague about the case-sensitivity of identifiers.  Now certainly
we are not doing exactly what the spec says, but what you ask is even
less like the spec's requirements.
        regards, tom lane


pgsql-sql by date:

Previous
From: Ken Johanson
Date:
Subject: Re: [HACKERS] Case Preservation disregarding case
Next
From: Ken Johanson
Date:
Subject: Re: [HACKERS] Case Preservation disregarding case