Re: plpgsql function return multiple values? - Mailing list pgsql-sql

From Jan Wieck
Subject Re: plpgsql function return multiple values?
Date
Msg-id 200107301811.f6UIBWW07713@jupiter.us.greatbridge.com
Whole thread Raw
In response to plpgsql function return multiple values?  ("John Oakes" <john@networkproductions.net>)
List 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@Yahoo.com #



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



pgsql-sql by date:

Previous
From: Gonzo Rock
Date:
Subject: Re: Date Time Functions - ANSI SQL ?
Next
From: "Chris Ruprecht"
Date:
Subject: Re: Big table - using wrong index - why?