Re: How to pass around collation information - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: How to pass around collation information
Date
Msg-id 1275074422.12068.18.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: How to pass around collation information  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: How to pass around collation information
List 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 by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Failback with log shipping
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is