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 20574.1343314192@sss.pgh.pa.us
Whole thread Raw
In response to 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:
> Do you mean we should create a db with a specific COLLATE and then depending on the user's locale we should change
thequeries? 
> for example like this:

> SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";

Yeah.  You might also find that labeling particular table columns with
collations is useful.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Della-Croce, Gregory"
Date:
Subject: pgADMIN III access to table joins denied
Next
From: Bryan Lee Nuse
Date:
Subject: Re: Joining time fields?