Re: [SQL] Invalid Unicode Character Sequence found

2004-04-05 Thread Bulatovic Natasa
To: Tom Lane > Cc: Bulatovic Natasa; [EMAIL PROTECTED] > Subject: Re: [SQL] Invalid Unicode Character Sequence found > > > В Птн, 26.03.2004, в 22:43, Tom Lane пишет: > > "Bulatovic Natasa" <[EMAIL PROTECTED]> writes: > > > select id, title from docs

Re: [SQL] Invalid Unicode Character Sequence found

2004-03-27 Thread Markus Bertheau
Ð ÐÑÐ, 26.03.2004, Ð 22:43, Tom Lane ÐÐÑÐÑ: > "Bulatovic Natasa" <[EMAIL PROTECTED]> 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 (0xc0

Re: [SQL] Invalid Unicode Character Sequence found

2004-03-26 Thread Tom Lane
"Bulatovic Natasa" <[EMAIL PROTECTED]> 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.

[SQL] Invalid Unicode Character Sequence found

2004-03-26 Thread Bulatovic Natasa
Hi All, One very strange problem within the PostgreSql database. When you issue the following command: 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