Re: How can I add a new language localization(locale) support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: eetemadi(at)ce(dot)sharif(dot)edu
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How can I add a new language localization(locale) support
Date: 2004-06-22 16:53:03
Message-ID: 19284.1087923183@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

eetemadi(at)ce(dot)sharif(dot)edu writes:
> Is there any document that can help me for implementing all localization
> support in my language?

What you need to fix your ordering issues is a new locale definition
that sorts the way you want. The Postgres docs won't help you with
that; you'll need to go find some documentation about how libc works
with locales.

If you want to develop a set of localized Postgres error messages,
we do have some documentation about how to do that --- see the "Native
Language Support" chapter in the "Internals" section.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-06-22 17:38:52 Re: New to the list; would this be an okay question?
Previous Message Bricklen 2004-06-22 16:41:54 Re: virtual fields on VIEW?