Re: BUG #3986: Error ts_vector with UTF8 WS2003 - Mailing list pgsql-bugs

From Yann ROBIN
Subject Re: BUG #3986: Error ts_vector with UTF8 WS2003
Date
Msg-id 001301c881df$fcd50c50$f67f24f0$@robin@withart.fr
Whole thread Raw
In response to Re: BUG #3986: Error ts_vector with UTF8 WS2003  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-bugs
-----Message d'origine-----
>It seems to be a client encoding problem. What is your client_encoding?
>A common problem is a mismatch between client_encoding and the terminal
>or application encoding.

I've tried different encoding, I always get the same error.
As I said, I've got the same exact database on a windows XP and with the
same exact client, it works.

I found a workaround, when I use the to_tsvector function, I now specify the
configuration :

to_tsvector('test') => Error 22021
to_tsvector('simple', 'test') => OK

I think there a problem with the default behavior.

--
Yann

pgsql-bugs by date:

Previous
From: "Yann ROBIN"
Date:
Subject: BUG #4021: UUID NULL and not equal query failed
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: BUG #4021: UUID NULL and not equal query failed