Re: Is there support for output parameters?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Is there support for output parameters?
Дата
Msg-id 200307210917.58388.richardh@archonet.com
обсуждение исходный текст
Ответ на Is there support for output parameters?  ("Francisco Figueiredo Jr." <fxjrlists@yahoo.com.br>)
Ответы Re: Is there support for output parameters?  ("Francisco Figueiredo Jr." <fxjrlists@yahoo.com.br>)
Список pgsql-general
On Sunday 20 July 2003 21:25, Francisco Figueiredo Jr. wrote:
> Hi all,
>
> I'd like to know if there is support for output parameters in function
> calls.
>
> If so, how can I use it?

I'm afraid not. You can return record types or use a temporary table to
simulate this. If you are converting from another system, you may find the
documents at http://techdocs.postgresql.org of some use.

--
  Richard Huxton
  Archonet Ltd

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

Предыдущее
От: Gordon Luk
Дата:
Сообщение: Error : ASP.NET with ODBC driver (Postgresql + Unicode beta driver (7.03.0100))
Следующее
От: Jason Godden
Дата:
Сообщение: Re: Trigger Function DML and Permissions