[BUGS] bug in 7.4.2, concern unicode and russian content of db

2004-06-09 Thread Alexander S.
There is bug in 7.4.2, concerning unicode and russian letters. For db in unicode russian data doesn`t order in alphabetical order (rows group with the same first letter but not in alphabetical order). SELECT "person" from my_table ORDER BY "person"; Rows group in such order (approximately): Ð-Ð-

[BUGS] bug in 7.4.2, with Handling of Double Quotation Marks

2004-04-05 Thread Alexander S
Bug in 7.4.2.. Concern with handling of Double Quotation Marks ("). Escape of double quotation marks can't solve the problem. -- CREATE TABLE public.test ( my_column varchar NOT NULL, CONSTRAINT my_primary PRIMARY KEY (my_column) ) WITHOUT OIDS; --- CREATE TABLE public.ref_tes