Re: Range Types, constructors, and the type system - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Range Types, constructors, and the type system
Date
Msg-id 0D42378D-0DB3-4882-84B0-8F10798CB134@kineticode.com
Whole thread Raw
In response to Re: Range Types, constructors, and the type system  (Florian Pflug <fgp@phlo.org>)
Responses Re: Range Types, constructors, and the type system
Re: Range Types, constructors, and the type system
List pgsql-hackers
On Jun 29, 2011, at 10:13 AM, Florian Pflug wrote:

> Because there might be more than one range type for a
> base type. Say there are two range types over text, one
> with collation 'de_DE' and one with collation 'en_US'.
> What would the type of
>  range('foo', 'foooo')
> be?

The one that corresponds to the current LC_COLLATE setting.

Best,

David




pgsql-hackers by date:

Previous
From: Florian Pflug
Date:
Subject: Re: Range Types, constructors, and the type system
Next
From: David Fetter
Date:
Subject: Re: default privileges wording