Re: Stored Procedure

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Stored Procedure
Дата
Msg-id 20051123050517.GA49008@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Stored Procedure  (Yves Vindevogel <yves.vindevogel@implements.be>)
Список pgsql-performance
On Tue, Nov 22, 2005 at 11:17:41PM +0100, Yves Vindevogel wrote:
> But this does not work without the  second line, right ?

What second line?  Instead of returning a specific composite type
a function can return RECORD or SETOF RECORD; in these cases the
query must provide a column definition list.

> BTW, the thing returned is not a record.  It's a bunch of fields, not a
> complete record or fields of multiple records.

What distinction are you making between a record and a bunch of
fields?  What exactly would you like the function to return?

> I'm not so sure it works.

Did you try it?  If you did and it didn't work then please post
exactly what you tried and explain what happened and how that
differed from what you'd like.

--
Michael Fuhr

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Hardware/OS recommendations for large databases (
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Stored Procedure