Re: Invalid Unicode Character Sequence found

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема Re: Invalid Unicode Character Sequence found
Дата
Msg-id 1080381746.2050.3.camel@yarrow.bertheau.de
обсуждение исходный текст
Ответ на Re: Invalid Unicode Character Sequence found  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Invalid Unicode Character Sequence found  ("Bulatovic Natasa" <n.bulatovic@zim.mpg.de>)
Список pgsql-sql
В Птн, 26.03.2004, в 22:43, Tom Lane пишет:
> "Bulatovic Natasa" <n.bulatovic@zim.mpg.de> writes:
> > select id, title from docs where title like 'z%'; or
> > select id, title from docs where title like 'Z%';
> > It reports the following error:
> > ERROR:  Invalid UNICODE character sequence found (0xc000)
>
> This is fixed in 7.3.6.

I remember to have stumbled over this bug, too. I poked around in the
code a bit but found nothing that hinted to cause of the bug. So I
wonder what the cause of this bug was?

--
Markus Bertheau <twanger@bluetwanger.de>



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: autocommit
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Slow sub-selects, max and count(*)