On Tue, Jul 12, 2005 at 20:45:37 +0300,
Andrus <eetasoft(at)online(dot)ee> wrote:
>
> How to force the correct sort order or at least move accented characters
> ÕÄÖÜ to end of sorted list ?
Sort order depends on the locale used in initdb. If you want data sorted
by the codes used to represent the data, then you might want to initdb
with a locale of "C". Doing an initdb will require a dump and reload.