RETURN QUERY

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: RETURN QUERY
Date: 2007-07-24 06:57:04
Message-ID: 1185260224.6089.3.camel@goldbach
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Attached is a patch implementing RETURN QUERY, per earlier discussion,
and based on a patch from Pavel Stehule. Like RETURN NEXT, RETURN QUERY
doesn't immediately return from the function, allowing RETURN NEXT and
RETURN QUERY to be intermixed in a single function.

Barring any objections, I'll apply this tomorrow.

-Neil

Attachment Content-Type Size
plpgsql_return_query-4.patch text/x-patch 19.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gregory Stark 2007-07-24 08:10:47 Re: Async Commit, v21 (now: v22)
Previous Message Simon Riggs 2007-07-24 06:41:39 Re: Reviewing new index types (was Re: [PATCHES]Updatedbitmap indexpatch)