Re: Range Types, constructors, and the type system

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Florian Pflug <fgp(at)phlo(dot)org>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Range Types, constructors, and the type system
Date: 2011-06-29 17:15:05
Message-ID: 0D42378D-0DB3-4882-84B0-8F10798CB134@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2011-06-29 17:20:50 Re: default privileges wording
Previous Message Florian Pflug 2011-06-29 17:13:55 Re: Range Types, constructors, and the type system