Re: [ADMIN] Multilingual database - Mailing list pgsql-novice

From Terence Ng
Subject Re: [ADMIN] Multilingual database
Date
Msg-id 20030511012324.26362.qmail@web41112.mail.yahoo.com
Whole thread Raw
List pgsql-novice
Do you know any documentation online or book regarding
to multibyte (multilingual) database I can reference
to?

 --- Ian Barwick <barwick@gmx.net> wrote: > On Friday
09 May 2003 03:32, Terence Ng wrote:
> > Hi!
> >
> > I would like to store the title and description of
> a
> > product in different languages.  Should I use
> unicode
> > (UTF-8) to store the different languages in one
> > database, or I should initialize different
> databases
> > for the different languages?
>
> Administratively it is far easier to have everything
> in
> one database. PostgreSQL can also convert between
> Unicode and many local character sets (including
> most CJK ones) on the fly.
>
> However, PostgreSQL currently only enables one
> locale
> per cluster (set of databases), so certain
> operations
> (sorting "alphabetically" in a particular language)
> may
> be tricky.
>
>
> Ian Barwick
> barwick@gmx.net
>
>

_______________________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk


pgsql-novice by date:

Previous
From: Steve Kershaw
Date:
Subject: Help with pg_connect() command.
Next
From: Riza Fahmi
Date:
Subject: Re: Help with pg_connect() command.