invalid byte sequence for encoding "UTF8": 0xf480

Поиск
Список
Период
Сортировка
От Rural Hunter
Тема invalid byte sequence for encoding "UTF8": 0xf480
Дата
Msg-id 4F04631C.7040007@gmail.com
обсуждение исходный текст
Список pgsql-admin
My db is in UTF-8 encoding. When I tried to generate gist index for some
rows I got the strange error:
select to_tsvector('chinesecfg',content) from article where
article_id=23834922;
ERROR:  invalid byte sequence for encoding "UTF8": 0xf480
However, "select content from article where article_id=23834922" works
just fine and shows good content. Why the to_tsvector reported invalid
byte sequence since the 'content' already exists in db as UTF-8?

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

Предыдущее
От: Dick Visser
Дата:
Сообщение: List archives dead?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: List archives dead?