Re: revised patch for PL/PgSQL table functions - Mailing list pgsql-patches

From Tom Lane
Subject Re: revised patch for PL/PgSQL table functions
Date
Msg-id 29715.1030897944@sss.pgh.pa.us
Whole thread Raw
In response to Re: revised patch for PL/PgSQL table functions  (Neil Conway <neilc@samurai.com>)
Responses Re: revised patch for PL/PgSQL table functions
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> Okay, here's a patch that implements this -- no additional changes to
> PL/PgSQL were needed, as far as I could tell. I've added some
> regression tests that cover this new functionality and they seem to
> work as expected.

Patch applied, with a couple minor documentation/comment fixes.

At this point I believe we have full table function support (return
a tuple, return a set, return RECORD) for SQL and plpgsql functions.
That seems like a clean stopping point for 7.3.  But there's no
support at all for these features in pltcl, plperl, or plpython.
Bruce, would you add a TODO item?

* Add table function support to pltcl, plperl, plpython

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: CLUSTER all tables
Next
From: Neil Conway
Date:
Subject: Re: CREATE TABLE docs fix