Durumdara wrote:
> CREATE DATABASE  yyy
>     WITH 
>     OWNER = xxx
>     ENCODING = 'UTF8'
>     LC_COLLATE = 'Hungarian_Hungary.1250' <----
>     LC_CTYPE = 'Hungarian_Hungary.1250' <----
> 
> But we got error that collation doesn't exists in English Windows server.

You have to install the collation on the Windows maching, not in PostgreSQL.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com


Reply via email to