Re: Range Type constructors - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Range Type constructors
Date
Msg-id FEE17989-F069-4EE1-8A54-4CA71E657100@kineticode.com
Whole thread Raw
In response to Re: Range Type constructors  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
On Feb 10, 2011, at 10:41 AM, Jeff Davis wrote:

> This might solve the constructor problem nicely if we could do things
> like:
>  RANGE[10,20)
> But I have a feeling that will either cause a bizarre problem with the
> grammar, or someone will think it's not very SQL-like.

I like it a lot better than the funkily-named functions you posted yesterday.

Best,

David



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: ALTER EXTENSION UPGRADE, v3
Next
From: Andrew Dunstan
Date:
Subject: Re: arrays as pl/perl input arguments [PATCH]