Re: \w doesn't match non-ASCII letters

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Markus Bertheau <twanger(at)bluetwanger(dot)de>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: \w doesn't match non-ASCII letters
Date: 2004-06-14 15:15:37
Message-ID: 200406141715.37594.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Markus Bertheau wrote:
> oocms=# select 'ф' ~ '^\\w$';
> ?column?
> ----------
> f
> (1 запись)

What locale are you using for LC_COLLATE? If it's C or POSIX, you need
to change it and re-initdb.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-06-14 15:25:47 Re: \w doesn't match non-ASCII letters
Previous Message Markus Bertheau 2004-06-14 14:56:16 \w doesn't match non-ASCII letters