Re: RETURN NEXT on result set - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: RETURN NEXT on result set
Date
Msg-id 20070926230902.GN8572@alvh.no-ip.org
Whole thread Raw
In response to RETURN NEXT on result set  (Scott Ribe <scott_ribe@killerbytes.com>)
Responses Re: RETURN NEXT on result set  (Scott Ribe <scott_ribe@killerbytes.com>)
List pgsql-general
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                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: "John Smith"
Date:
Subject: Re: decode access privileges
Next
From: Diego Gil
Date:
Subject: Re: datestyle question