Re: Is there an answer to the Ultimate Question for PostgreSQL? - Mailing list pgsql-novice

From Tom Lane
Subject Re: Is there an answer to the Ultimate Question for PostgreSQL?
Date
Msg-id 4903.1343253239@sss.pgh.pa.us
Whole thread Raw
In response to Is there an answer to the Ultimate Question for PostgreSQL?  (Gregory Kotsaftis <gregkotsaftis@yahoo.com>)
Responses Re: Is there an answer to the Ultimate Question for PostgreSQL?  (Gregory Kotsaftis <gregkotsaftis@yahoo.com>)
List pgsql-novice
Gregory Kotsaftis <gregkotsaftis@yahoo.com> writes:
> Let's assume someone would wish to create an application to be used by many different users from different countries,
simultaneously.
> The data should be stored within the same database and shared among all users and also, each user should be able to
executeupper(), lower(), order by, etc. properly for his locale. 

> Is PostgreSQL up to the task? Sure we could use UTF8 for the database encoding, but what can be done about the
differentlocales? 

See the COLLATE feature in 9.1 and later.

            regards, tom lane

pgsql-novice by date:

Previous
From: Gregory Kotsaftis
Date:
Subject: Is there an answer to the Ultimate Question for PostgreSQL?
Next
From: Csanyi Pal
Date:
Subject: Can't modify a view when in phpPgAdmin