Re: [GENERAL] launguage... - Mailing list pgsql-general

From yura
Subject Re: [GENERAL] launguage...
Date
Msg-id 18432.000119@vpcit.ru
Whole thread Raw
In response to launguage...  (Mitja Novak <mitja@mail.velenje.cx>)
Responses Re: [GENERAL] launguage...  (Mitja Novak <mitja@mail.velenje.cx>)
List pgsql-general
Hello Mitja,

Tuesday, January 18, 2000, 8:58:27 PM, you wrote:

MN> hello.
MN> i`m wondering how to set up an launguage for a certain database or how to
MN> set  up a general launguage for the postgres?
MN> the problem is that slovenia (as most other contries) has some special
MN> charaters and i would like to sort the data containig this chars..
MN> therefore i need the launguage setings.
MN> thanks for your help!

MN> Mitja.



MN> ************

The postmaster.init file (in /etc/postgresql/ ) have a string
LANG=<your_language>, you have to write your locale there.
In order to use national characters, you have to compile postgres with
multibyte support and then use 'set client_encoding to ' statement in
applications.

Best regards,
 Yury



pgsql-general by date:

Previous
From: John Brothers
Date:
Subject: Primary Key Indexing problem
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [GENERAL] Primary Key Indexing problem