Re: Books for experienced DB developer

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Tino Wildenhain <tino(at)wildenhain(dot)de>
Cc: Patrick FICHE <Patrick(dot)FICHE(at)AQSACOM(dot)COM>, Craig Bryden <brydencraig(at)hotmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Books for experienced DB developer
Date: 2005-01-07 18:28:02
Message-ID: 20050107182802.GB90377@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jan 07, 2005 at 12:20:13PM +0100, Tino Wildenhain wrote:

> Nevertheless you should be able to return 3 cursors you
> define in your stored function and use them afterwards.

A function can also return SETOF RECORD. However, a query calling
such a function would need to provide a column definition list, so
the query must know in advance what record type the function will
return.

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tzahi Fadida 2005-01-07 18:35:53 ERROR: cache lookup failed for type 0
Previous Message Steve Atkins 2005-01-07 18:25:23 Re: PostgreSQL Deployment