Postgresql 8.0.0beta2 unicode problem

From: Alexander Serkov <naxor(at)bigmir(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Postgresql 8.0.0beta2 unicode problem
Date: 2004-09-14 19:12:46
Message-ID: 20040914191246.1FB085709D@pechkin.sputnikmedia.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

CREATE TABLE test(word text);
INSERT INTO test VALUES('\342\204\226');

SELECT * FROM test WHERE word='\342\200\242';
or
SELECT * FROM test WHERE word='\342\200\224';
returns word previously inserted instead of zero rows.
_______________________________________________________________
http://www.bigmir.net - поиск по украинским сайтам

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2004-09-14 20:49:35 Re: Is select a transaction starting statement?
Previous Message Dennis Bjorklund 2004-09-14 18:54:10 Re: Is select a transaction starting statement?