Re: localization problem

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Cc: "j n" <jneuschld(at)gmail(dot)com>
Subject: Re: localization problem
Date: 2006-08-13 17:52:14
Message-ID: 200608131952.14662.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

j n wrote:
> can any1 point me to some tutorial what is needed to run localization
> support ...

There isn't much to tutor about. You pretty much have everything
figured out.

> than creating data directory
> initdb --locale=sk_SK.utf8 /usr/local/pgsql/dataSK
>
> creating database :
> createdb doctorko -U doctorko -E UTF8

This looks correct.

> SHOW LC_COLLATE give output sk_SK

If you initialized with locale sk_SK.utf8 but lc_collate shows sk_SK,
then something went wrong.

> so everythink look ok but order still not working ...

Check if the order is consistent with what you get with the "sort"
command from the shell. If that doesn't help, show us the data.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Amaro Oliveira 2006-08-14 17:28:09 unsubscribe
Previous Message j n 2006-08-12 18:55:41 localization problem