Hello,

On 21. januar 2015 at 8:26 PM, "frantisek holop" <[email protected]> wrote:
>
>LC_ALL is not supported yet, try LC_CTYPE.
>
>$ sudo su - _postgresql
>$ export LC_CTYPE=en_US.UTF-8
>$ initdb -D /var/postgresql/data -U postgres -E UTF8 -A md5 -W
>$ psql -U postgres -l

I couldn't get it to work with `LC_CTYPE`. It did, however, work with `initdb 
-D /var/postgresql/data/ --no-locale`.

O.D.

Reply via email to