View Single Post

   
  #2 (permalink)  
Old 04-29-2008, 08:31 PM
Tom Lane
 
Posts: n/a
Default Re: [COMMITTERS] pgsql: Add generate_subscripts, a series-generation function which

Alvaro Herrera <alvherre@commandprompt.com> writes:
> I'll change the four generate_series variants too -- they are marked
> volatile as well.


I don't think the system actually pays much attention to the volatility
marking of set-returning functions at the moment, so it wouldn't be too
surprising if they were all wrong :-(. Still, we may as well get the
catalog entries right for possible future use.

regards, tom lane

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

Reply With Quote