View Single Post

   
  #4 (permalink)  
Old 05-05-2008, 06:53 AM
Tom Lane
 
Posts: n/a
Default Re: temporal version of generate_series()

"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

--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply With Quote