Re: temporal version of generate_series() - Mailing list pgsql-patches

From Tom Lane
Subject Re: temporal version of generate_series()
Date
Msg-id 12521.1209943317@sss.pgh.pa.us
Whole thread Raw
In response to Re: temporal version of generate_series()  (H.Harada <umi.tanuki@gmail.com>)
Responses Re: temporal version of generate_series()
List pgsql-patches
"H.Harada" <umi.tanuki@gmail.com> writes:
> Here's the sync and updated patch.
> It contains "strict" in catalog as well.

Applied with some revisions ---

I added a timestamptz version; it didn't seem very appropriate to have
only a timestamp version.

You can't just pick a convenient-looking OID, you must use one that
the unused_oids script reports as free.

There was no check for a zero step size.

There was no documentation.

            regards, tom lane

pgsql-patches by date:

Previous
From: Greg Smith
Date:
Subject: Re: Sorting writes during checkpoint
Next
From: Tom Lane
Date:
Subject: Re: Sorting writes during checkpoint