Re: uppercase = lowercase - Mailing list pgsql-admin

From Tom Lane
Subject Re: uppercase = lowercase
Date
Msg-id 9409.1045641093@sss.pgh.pa.us
Whole thread Raw
In response to Re: uppercase = lowercase  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: uppercase = lowercase  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-admin
Robert Treat <xzilla@users.sourceforge.net> writes:
> We get this question a lot, usually from folks converting from mysql.
> Do any of the core folks think this is worth adding to contrib? Or
> perhaps a project on gborg would be more appropriate?

In the long run, the correct SQL-spec-compliant solution is selectable
collation for each column, and then you could specify a case-insensitive
collation for the columns you want to act this way.  But I don't really
foresee that happening in the near future :-(.  In the meantime, a
specialized datatype seems like an okay hack.

I'd not favor putting it into the core distribution, because that would
amount to a commitment to support it indefinitely, which I don't want
to make.  contrib would be iffy for the same reason --- contrib tends
to have a subtext of "this might be mainstream someday, if it gets
polished up".  gborg, no problem.

But that's just my $0.02.  Comments anyone?

            regards, tom lane

pgsql-admin by date:

Previous
From: Charles Hornberger
Date:
Subject: Re: PostgreSQL 7.2 + PAM = authentication failure?
Next
From: Oliver Elphick
Date:
Subject: Re: log file maintenance