[EMAIL PROTECTED] 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 ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org