Re: Do Stored Procedures exist (Besides FUNCTIONs)

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Do Stored Procedures exist (Besides FUNCTIONs)
Дата
Msg-id web-816381@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Do Stored Procedures exist (Besides FUNCTIONs)  ("Art Nicewick" <art.nicewick@ams.com>)
Ответы Re: Do Stored Procedures exist (Besides FUNCTIONs)  (Clinton Adams <clinton@vote-smart.org>)
Список pgsql-novice
Art,

> It seems the all the discussions in the ORACLE TO PGSQL port document
>  are
> all about converting FUNCTIONs to FUNCTIONs, Procedures to FUNCTIONs.
>  What
> about application that already return multiple parameters from a
>  stored
> procedure.

This is an area currently under development for PostgreSQL.  There is
 some limited ability to return recordsets from Postgres using cursor
 and/or Record objects.  However, I do not know that this is yet
 documented, as the functionality was just added for 7.2.

Overall, stored procedures like you describe remain on the "To Do"
 list.

-Josh Brkus


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

Предыдущее
От: pgsql@digitalmindgames.com
Дата:
Сообщение: Re: phppgadmin
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Do Stored Procedures exist (Besides FUNCTIONs)