Re: "Custom" records?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: "Custom" records?
Дата
Msg-id 87ptv96yq8.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на "Custom" records?  (Joel Palmius <joel.palmius@mh.se>)
Список pgsql-general
Joel Palmius <joel.palmius@mh.se> writes:
> Is there a way to return a completely custom column/row record from a
> plpgsql function?

If I understand you correctly, you should be able to do this in 7.3.

http://developer.postgresql.org/docs/postgres/plpgsql-control-structures.html

(see RETURN NEXT)

Set-returning functions can also be defined using C or SQL.

Cheers,

Neil

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

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Problems with Triggers
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Debugging the backend?