Re: Notes about fixing regexes and UTF-8 (yet again) - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Notes about fixing regexes and UTF-8 (yet again)
Date
Msg-id CA+Tgmoa0hJMbga=KjBFgr4veAMGfK9gDNvH-NCEDp4nmaXTJJA@mail.gmail.com
Whole thread Raw
In response to Re: Notes about fixing regexes and UTF-8 (yet again)  (Vik Reykja <vikreykja@gmail.com>)
Responses Re: Notes about fixing regexes and UTF-8 (yet again)
List pgsql-hackers
On Sat, Feb 18, 2012 at 10:38 PM, Vik Reykja <vikreykja@gmail.com> wrote:
> Does it make sense for regexps to have collations?

As I understand it, collations determine the sort-ordering of strings.Regular expressions don't care about that.  Why
doyou ask?
 

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Vik Reykja
Date:
Subject: Re: Notes about fixing regexes and UTF-8 (yet again)
Next
From: Robert Haas
Date:
Subject: Re: MySQL search query is not executing in Postgres DB