Re: plpgsql function return multiple values?

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: John Oakes <john(at)networkproductions(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: plpgsql function return multiple values?
Date: 2001-07-30 18:11:32
Message-ID: 200107301811.f6UIBWW07713@jupiter.us.greatbridge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

John Oakes wrote:
> Is it possible for a plpgsql function to return a record? I need to return
> multiple values, and preferably in the form of a record. Thanks in advance!

Not useful in any released version of PostgreSQL.

In v7.2 you'll have at least the possibility to return a
cursor. Don't know yet if I'll be able to add the general
RETURN ... AND RESUME.

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Chris Ruprecht 2001-07-30 18:54:18 Re: Big table - using wrong index - why?
Previous Message John Oakes 2001-07-30 17:46:33 plpgsql function return multiple values?