Re: [GENERAL] RETURN NEXT on result set

2007-09-26 Thread Scott Ribe
> There is a new RETURN QUERY in 8.3 that may be what you want. Sounds good. -- Scott Ribe [EMAIL PROTECTED] http://www.killerbytes.com/ (303) 722-0567 voice ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [GENERAL] RETURN NEXT on result set

2007-09-26 Thread Alvaro Herrera
Scott Ribe wrote: > Feature request: allow some way to "return next" a set of values. Usage: > recursive stored procedures to walk a tree. Example: given a table, find all > tables that inherit from it. There is a new RETURN QUERY in 8.3 that may be what you want. -- Alvaro Herrera