Re: 8.1 Out parameter question

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: 8.1 Out parameter question
Дата
Msg-id 20050629133629.GA31602@winnie.fuhr.org
обсуждение исходный текст
Ответ на 8.1 Out parameter question  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Список pgsql-general
On Tue, Jun 28, 2005 at 02:39:59PM -0500, Tony Caduto wrote:
> Will it be possible to use the out params to return more than one row?
>
> will the params act as a composite type so they can be used in a set
> returning function?

See "RETURN NEXT" in the PL/pgSQL chapter of the development
documentation:

http://developer.postgresql.org/docs/postgres/plpgsql-control-structures.html#PLPGSQL-STATEMENTS-RETURNING

See also the example I posted and Alvaro's comments in the following
message from a few weeks ago:

http://archives.postgresql.org/pgsql-general/2005-06/msg00389.php

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: David Gagnon
Дата:
Сообщение: Explain Analyse never returns .. maybe a bug
Следующее
От: "Sean Davis"
Дата:
Сообщение: Re: Explain Analyse never returns .. maybe a bug