Re: How to pass around collation information

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: How to pass around collation information
Дата
Msg-id 1275074422.12068.18.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: How to pass around collation information  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: How to pass around collation information  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On fre, 2010-05-28 at 15:03 -0400, Robert Haas wrote:
> I think we need to think of the comparison operators as ternary, and
> the COLLATE syntax applied to columns or present in queries as various
> ways of setting defaults or explicit overrides for what the third
> argument will end up being.

How could this extend to things like isalpha() or upper() that would
need access to ctype information?




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Failback with log shipping
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is