Re: [GENERAL] launguage...

From: yura <yura(at)vpcit(dot)ru>
To: pgsql-general <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] launguage...
Date: 2000-01-19 05:22:18
Message-ID: 18432.000119@vpcit.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hiroshi Inoue 2000-01-19 05:51:46 RE: [GENERAL] Primary Key Indexing problem
Previous Message John Brothers 2000-01-19 00:57:40 Primary Key Indexing problem