Postgresql 8.0.0beta2 unicode problem - Mailing list pgsql-hackers

From Alexander Serkov
Subject Postgresql 8.0.0beta2 unicode problem
Date
Msg-id 20040914191246.1FB085709D@pechkin.sputnikmedia.net
Whole thread Raw
List 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 - поиск по украинским сайтам





pgsql-hackers by date:

Previous
From: Dennis Bjorklund
Date:
Subject: Re: Is select a transaction starting statement?
Next
From: Peter Eisentraut
Date:
Subject: Re: Is select a transaction starting statement?