bug in 7.4 - Mailing list pgsql-general

From Alexander S
Subject bug in 7.4
Date
Msg-id 3FCC5E4A.90801@in.crimea.ua
Whole thread Raw
Responses Re: bug in 7.4  (Greg Stark <gsstark@mit.edu>)
List pgsql-general
There is little bug in postgresql 7.4.
CREATE DATABASE my_db
  WITH ENCODING = 'UNICODE';
CREATE TABLE mytable
(
  my_column varchar NOT NULL,
  CONSTRAINT primary_mytable PRIMARY KEY (my_column)
) WITHOUT OIDS;
Data in mytable doesn t  order  in alphabetical  russian order (select
... ORDER BY my_column). (For example, result is 'BMLAT' but must be
'ABLMT' - for russian letters, of course).
For db in KOI8 encoding - all looks right.


pgsql-general by date:

Previous
From: William Yu
Date:
Subject: Re: What is WAL used for?
Next
From: Randolf Richardson
Date:
Subject: Re: Triggers, Stored Procedures, PHP. was: Re: PostgreSQL Advocacy, Thoughts and Comments