Re: Range Types and extensions - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Range Types and extensions
Date
Msg-id BANLkTikpyXzq4pfROgyk1WjpMBO7m4Gccw@mail.gmail.com
Whole thread Raw
In response to Re: Range Types and extensions  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
2011/6/6 Jeff Davis <pgsql@j-davis.com>:
> On Mon, 2011-06-06 at 18:28 +0200, Pavel Stehule wrote:
>> we can define a step
>>
>> FOREACH x IN RANGE ..... BY ....
>
> That wouldn't need any of the range infrastructure at all -- it would be
> purely syntactic, right?
>

I don't think. For lot of types the specification of a step is
necessary - for date, for float.

Pavel

> Regards,
>        Jeff Davis
>
>


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: reducing the overhead of frequent table locks - now, with WIP patch
Next
From: Robert Haas
Date:
Subject: Re: patch: Allow \dd to show constraint comments