From: | Jan Wieck <janwieck(at)Yahoo(dot)com> |
---|---|
To: | hlefebvre <hlefebvre(at)lexbase(dot)net> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Using SETOF in plpgsql function |
Date: | 2000-08-23 14:27:02 |
Message-ID: | 200008231427.JAA00959@jupiter.greatbridge.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
hlefebvre wrote:
> Hello,
>
> I'd like to return a set of integer in an pl/pgsql function. How can I
> do that ?
You can't. Not with PL/pgSQL nor with any other PL or C. The
problem is nested deeper and requires the planned querytree
redesign to get solved.
Before you ask: The mentioned redesign will NOT be done for
7.1, and I'm not sure if we will be able to do it for 7.2
yet.
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 #
From | Date | Subject | |
---|---|---|---|
Next Message | hlefebvre | 2000-08-23 14:35:49 | Re: Re: Date of creation and of change |
Previous Message | Tom Lane | 2000-08-23 14:24:35 | Re: Using SETOF in plpgsql function |