Re: Error with returning SETOF Record - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Error with returning SETOF Record
Date
Msg-id Pine.LNX.4.44.0312290930210.30126-100000@kix.fsv.cvut.cz
Whole thread Raw
In response to Error with returning SETOF Record  (A E <cooljoint@yahoo.com>)
List pgsql-hackers
On Sat, 27 Dec 2003, A E wrote:

> Hi,
>  
> I was wondering if a solution was ever found to the error: "wrong record type supplied in RETURN NEXT" when executing
afunction that returns the Record datatype? I have seen a couple of previous post from Tom Lane and others, but no real
resolution.
>  
> I am attempting to execute this code and I get that error:
>  
> <code>
> CREATE FUNCTION tester(varchar) RETURNS SETOF record as'
> DECLARE
> ft record;
> begin
>       FOR ft IN SELECT * FROM visaapplicants LOOP
>           RETURN NEXT ft;
>       END LOOP;
> return null;

You have to write only return!


> end;'
>   LANGUAGE 'plpgsql' VOLATILE;
>  
Regards Pavel



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Use of 'cp -r' in CREATE DATABASE
Next
From: Mark Kirkwood
Date:
Subject: Re: *sigh*