Re: INSERT... RETURNING with a function - Mailing list pgsql-general

From Tom Lane
Subject Re: INSERT... RETURNING with a function
Date
Msg-id 4080.1253991454@sss.pgh.pa.us
Whole thread Raw
In response to INSERT... RETURNING with a function  (Iain Barnett <iainspeed@gmail.com>)
List pgsql-general
Iain Barnett <iainspeed@gmail.com> writes:
> I've written a straightforward insert function, but using the
> RETURNING keyword for the first time. If I try running the test case
> I get the error:

> ERROR:  query has no destination for result data
> CONTEXT:  PL/pgSQL function "nonauth_users_insert_new_udf" line 7 at
> SQL statement

I think you want INSERT ... RETURNING ... INTO some-plpgsql-variable;

            regards, tom lane

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: INSERT... RETURNING with a function
Next
From: Gerhard Wiesinger
Date:
Subject: Re: pg_buffercache - A lot of "unnamed" relfilenodes?