Re: Invalid Unicode Character Sequence found

From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bulatovic Natasa <n(dot)bulatovic(at)zim(dot)mpg(dot)de>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Invalid Unicode Character Sequence found
Date: 2004-03-27 10:02:27
Message-ID: 1080381746.2050.3.camel@yarrow.bertheau.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

В Птн, 26.03.2004, в 22:43, Tom Lane пишет:
> "Bulatovic Natasa" <n(dot)bulatovic(at)zim(dot)mpg(dot)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(at)bluetwanger(dot)de>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Greg Stark 2004-03-28 06:31:31 Re: Slow sub-selects, max and count(*)
Previous Message Tom Lane 2004-03-27 03:23:27 Re: autocommit