Re: Unicode combining characters - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Unicode combining characters
Date
Msg-id 200110031738.f93HcjJ05339@candle.pha.pa.us
Whole thread Raw
In response to Re: Unicode combining characters  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Added to TODO:
> 
> > * Use wide characters to evaluate regular expressions, for performance
> > (Tatsuo) 
> 
> Regexes are fine; it's LIKE that's slow.

Oops, thanks.  Changed to:

* Use wide characters to evaluate LIKE, for performance (Tatsuo)          
--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Unicode combining characters
Next
From: Thomas Lockhart
Date:
Subject: Re: My last ECPG commit