returning multiple values and ref cursors

Поиск
Список
Период
Сортировка
От Dennis
Тема returning multiple values and ref cursors
Дата
Msg-id courier.409683FD.000070AD@wolverine.lercnetworks.com
обсуждение исходный текст
Ответы Re: returning multiple values and ref cursors  ("Dennis" <pg-user@calico-consulting.com>)
Список pgsql-sql
hello, 

I am porting an Oracle stored procedure to plpgsql (pg 7.4.1) that has about 
ten ref cursor OUT parameters, a varchar OUT parameter and returns an 
integer. The varchar is an error/status message, the integer is a 1/0 for 
success/failure. 

What are your thoughts on the best way to approach this? Break up the stored 
proc into ten different stored procs that return ref cursors? 

Thanks, 

Dennis
dennis at calico dash consulting dot com 



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

Предыдущее
От: "H.J. Sanders"
Дата:
Сообщение: start
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: start