I found a solution for the problem. But first I try to explain a little
bit better what the poblem was. When I
searched for a text that contained foreign characters (ä,ö,ü,etc.) the
query found no matching records.
for example:
create table mytesttable(myattribute text);
insert into mytesttable
On Sun, 2 Apr 2000, Tom Lane wrote:
> werner <[EMAIL PROTECTED]> writes:
> > I'm running the 7.0 beta 3. It seems like queries that use german
> > characters like ü,ä,ö or ß don't work with the ~*
> > Operator (case insensetive regex). It only works with case sensetive
> > queries. So the configur