Re: PATCH: CITEXT 2.0

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PATCH: CITEXT 2.0
Date: 2008-07-02 12:03:00
Message-ID: 486B6E74.3080309@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David E. Wheeler napsal(a):
> On Jul 1, 2008, at 07:38, Tom Lane wrote:
>
>>> However, it will be solved when collation per column will be
>>> implemented.
>>
>> Well, yeah, but that seems a very long way off. In the meantime a lot
>> of people use the existing pgfoundry citext module.
>
> And even more of us have written queries using LOWER(col) = LOWER(?),
> which is just a PITA.
>

OK. I'm going to review your patch.

Zdenek

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-07-02 12:11:21 Re: Fairly serious bug induced by latest guc enum changes
Previous Message Zdenek Kotala 2008-07-02 12:01:21 Re: A Windows x64 port of PostgreSQL