out parameters ( oracle 2 pg )

Поиск
Список
Период
Сортировка
От Fred
Тема out parameters ( oracle 2 pg )
Дата
Msg-id 20021106063346.GB3905@Eleogade.cirad.fr
обсуждение исходный текст
Ответы Re: out parameters ( oracle 2 pg )  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-general
Hi,

I am trying to convert some oracle stored procedures
to plpgsql.
One pb as many others encoutered, is that pgsql functions
do not accept out parameters, neither multiple values within
one return.
Searching the list, I found 2 interesting posts :
- one from Joshua Jore that uses "setof" but this seems not to
  work with pgsql, just sql
  -> http://archives.postgresql.org/pgsql-novice/2002-03/msg00046.php

- another workaround from Art Nicewick that I tried successfully,
  but what about the performances ...
  -> http://archives.postgresql.org/pgsql-admin/2002-03/msg00166.php

To summerize : are there any new helpful implemented functions,
enhancements in pg or better workarounds (what about Art's one ?) ?

Fred

warning : I'm a newbie in db... :)

Вложения

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

Предыдущее
От: Savita
Дата:
Сообщение: How to cast as numeric
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: [SQL] Problem: Referential Integrity Constraints lost: Correction