Q: regcomp failed with error invalid character range

From: Robert <robert(at)robert(dot)cz>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Q: regcomp failed with error invalid character range
Date: 2000-06-15 08:04:23
Message-ID: 39488E07.77F27E67@robert.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I need to select records with description containing chars with highest
bit set but

select * from table where descr ~ '.*ATU[\0200-\0377].*';

fails with error

ERROR: regcomp failed with error invalid character range

Any idea how to work around it? Thanks.

- Robert

P.S. This is 7.0.2 from RPM on RH 6.1, locale is CZ, database is with
encoding 'latin2' (8).

Browse pgsql-general by date

  From Date Subject
Next Message Hrvoje Niksic 2000-06-15 08:05:04 Re: Dropping tables
Previous Message Matthias Teege 2000-06-15 07:35:23 group by problem