=?UTF-8?Q?Filip_Rembia=C5=82kowski?= <[email protected]> writes:
> I have a problem with locale on windows.
> postgresql 8.4.
> this does not work as expected:
> filip=# select 'A' ~ '\w', 'Ä' ~ '\w';
The locale-aware regex operators don't really work in multibyte
encodings. There's a (partial) fix for this in 9.0, but we don't
trust it yet so it's not been back-patched.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general