Re: revised patch for PL/PgSQL table functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: revised patch for PL/PgSQL table functions
Дата
Msg-id 29715.1030897944@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: revised patch for PL/PgSQL table functions  (Neil Conway <neilc@samurai.com>)
Ответы Re: revised patch for PL/PgSQL table functions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CLUSTER all tables
Следующее
От: Neil Conway
Дата:
Сообщение: Re: CREATE TABLE docs fix