Re: Is there an answer to the Ultimate Question for PostgreSQL?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is there an answer to the Ultimate Question for PostgreSQL?
Дата
Msg-id 20574.1343314192@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Is there an answer to the Ultimate Question for PostgreSQL?  (Gregory Kotsaftis <gregkotsaftis@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "Della-Croce, Gregory"
Дата:
Сообщение: pgADMIN III access to table joins denied
Следующее
От: Bryan Lee Nuse
Дата:
Сообщение: Re: Joining time fields?