CYGWIN and LATIN2 or WIN

From: Andrzej Ślipko <andrzejs(at)kuznia(dot)com(dot)pl>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: CYGWIN and LATIN2 or WIN
Date: 2003-12-12 08:15:31
Message-ID: 3FD97923.1010808@kuznia.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

I have problem with Postgres on CYGWIN

I have Postgres 7.4 and CYGWIN_98-4.10

I need polnish sort LATNI2 or WIN

I try :
createdb -E LATIN2 dbtest
createdb -E WIN dbtest

initdb --locale pl_PL ......
but i have message:
FATAL: invalid value for parameter "lc_messages": "pl_PL"

I try change postgresql.conf:
from: lc_messages=C to lc_messages=pl_PL
but i have message:
FATAL: invalid value for parameter "lc_messages": "pl_PL"


I try:
initdb --lc_collate=pl_PL ..... -E LATIN2
and
initdb --lc_collate=pl_PL ..... -E WIN
postgres create template1 ...
but in psql:
show lc_collate: I have lc_collate: C

polnish font: ąćęłńóśżź

Postgres on Linux have polnish sort ... all is ok

Can You help me ?

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Will Chan 2003-12-12 18:51:00 Missing folder
Previous Message Kerri Neff 2003-12-11 17:38:22 Unwind with S0ma