Re: temporal version of generate_series()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "H(dot)Harada" <umi(dot)tanuki(at)gmail(dot)com>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: temporal version of generate_series()
Date: 2008-05-04 23:21:57
Message-ID: 12521.1209943317@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"H.Harada" <umi(dot)tanuki(at)gmail(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-05-04 23:35:46 Re: Sorting writes during checkpoint
Previous Message Greg Smith 2008-05-04 23:12:32 Re: Sorting writes during checkpoint