Re: syntax error during function call - Mailing list pgsql-general

From Adrian Klaver
Subject Re: syntax error during function call
Date
Msg-id 4B606E19.5010101@gmail.com
Whole thread Raw
In response to Re: syntax error during function call  ("Aycock, Jeff R." <JEFF.R.AYCOCK@saic.com>)
Responses Re: syntax error during function call  ("Aycock, Jeff R." <JEFF.R.AYCOCK@saic.com>)
List pgsql-general
On 01/27/2010 08:41 AM, Aycock, Jeff R. wrote:
> Adrian,
>
> I tried that as well and got the same error result.
>
> Regards,
> Jeff Aycock
>
>

I went back to the original function and assuming no cut/paste errors
there is a ';' missing after the last END.

             END;

         RETURN NEXT r;

     END LOOP;

     RETURN;

END

$BODY$

LANGUAGE 'plpgsql' ;


--
Adrian Klaver
adrian.klaver@gmail.com

pgsql-general by date:

Previous
From: Joshua Tolley
Date:
Subject: Re: query a table from one database to another
Next
From: "Aycock, Jeff R."
Date:
Subject: Re: syntax error during function call