revised patch for PL/PgSQL table functions

Поиск
Список
Период
Сортировка
От Neil Conway
Тема revised patch for PL/PgSQL table functions
Дата
Msg-id 87elcm8pac.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответы Re: revised patch for PL/PgSQL table functions  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
This is an improved version of the PL/PgSQL table function
patch. Since the last patch, I've implemented support for returning
ROWTYPE variables and scalar expressions under RETURN NEXT, changed
the grammar a little bit, and added some regression tests.

Remaining to be done:

        - write the documentation, add a few more regression tests

        - fix the grammar: I'm still using the 'NEXT' hack instead of
          'RETURN NEXT'. It may also be better to use 'RETURN xxx AND
          RESUME' instead.

        - memory management: stop using TopTransactionContext. This
          isn't that urgent, IMHO.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] TODO Done. Superuser backend slot reservations
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: [HACKERS] TODO Done. Superuser backend slot reservations