Re: Vá: Va: [BUGS] Va: [BUGS] Bug #519: Bug in order b y clausule - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Vá: Va: [BUGS] Va: [BUGS] Bug #519: Bug in order b y clausule
Date
Msg-id 7596.1007132467@sss.pgh.pa.us
Whole thread Raw
List pgsql-bugs
Sandor.Vig@audi.hu writes:
>     All Hungarian -and other non standard ANSI- users should expect
>     "order by problems" due the locale settings.?

As far as I can see, this is *not* a Postgres bug.  If you don't like
the sort order specified by your locale file, you need to choose another
locale file.  We're just doing what the locale file says to do.

Depending on what it is you want from the locale features, you might be
able to get the right effect with some combination like LC_COLLATE=C
and LC_CTYPE=hu_HU.  Or maybe you should just recompile Postgres with
locale support turned off.

            regards, tom lane


pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #526: Three levels deeply nested SELECT goes wrong
Next
From: Tom Lane
Date:
Subject: Re: Bug #526: Three levels deeply nested SELECT goes wrong