Re: function returning a row

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: function returning a row
Дата
Msg-id 20041215170537.GB1266@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: function returning a row  (Joe Conway <mail@joeconway.com>)
Ответы Re: function returning a row
Список pgsql-novice
On Wed, Dec 15, 2004 at 07:16:20AM -0800, Joe Conway wrote:
> Kjetil Haaland wrote:
>
> >this i have done, i can return a single value of my own type from the
> >function. So now i am wondering, is it possible to return a set of my
> >type? If it is possible, how do i do that?
>
> I haven't followed this thread from the beginning, but if I understand
> correctly, you have a custom scalar type, and you want to return a set
> of that type? You should be able to declare the function with
>  "RETURNS setof alignres", and then implement it as an SRF. See for
> example normal_rand() in contrib/tablefunc.

See also "Returning Sets from C-Language Functions" in the "C-Language
Functions" section of the "Extending SQL" chapter in the documentation.

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

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: \d output to a file
Следующее
От: Kretschmer Andreas
Дата:
Сообщение: Re: \d output to a file