Re: regex engine - Mailing list pgsql-sql

From Markus Bertheau
Subject Re: regex engine
Date
Msg-id 1090790072.9204.21.camel@teetnang
Whole thread Raw
In response to Re: regex engine  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
В Вск, 25.07.2004, в 21:41, Tom Lane пишет:
> Markus Bertheau <twanger@bluetwanger.de> writes:
> > pg's regex engine does have one
> > shortcoming though: it doesn't know UTF-8.
>
> Sure it does.  We borrowed it from Tcl, remember?
>
> The "character class" stuff is not locale-aware at the moment,
> which is something that ought to get fixed eventually, but claiming
> it doesn't handle UTF8 at all is simply wrong.

Turns out I tested in a SQL_ASCII database. Sorry :)

--
Markus Bertheau <twanger@bluetwanger.de>



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: regex engine
Next
From: Gaetano Mendola
Date:
Subject: Re: Please help - performance problems