ERROR: translation failed from server encoding to wchar_t

Поиск
Список
Период
Сортировка
От ilanco@gmail.com
Тема ERROR: translation failed from server encoding to wchar_t
Дата
Msg-id 9a97e468-9aef-47ea-99a7-0bbf76afe4dc@m34g2000hsf.googlegroups.com
обсуждение исходный текст
Ответы Re: ERROR: translation failed from server encoding to wchar_t  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I am using tsearch2 with pgsql 8.2.5 and get the following error when
calling to_tsvector :
"translation failed from server encoding to wchar_t"

My database is UTF8 encoded and the data sent to to_tsvector comes
from a bytea column converted to text with
encode(COLUMN, 'escape').


In 8.1 with tsearch2 it worked perfectly ...


Thanks for you help,

ilan


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Dynamic Partitioning using Segment Visibility Maps
Следующее
От: Tom Lane
Дата:
Сообщение: Re: VACUUM FULL out of memory