Re: UPDATE mentions the RETURNING * syntax but does not mention RETURNING * INTO ... - Mailing list pgsql-bugs

From Tom Lane
Subject Re: UPDATE mentions the RETURNING * syntax but does not mention RETURNING * INTO ...
Date
Msg-id 1198351.1693861213@sss.pgh.pa.us
Whole thread Raw
In response to UPDATE mentions the RETURNING * syntax but does not mention RETURNING * INTO ...  (James Stuart <slim2k@privatejuris.org>)
List pgsql-bugs
James Stuart <slim2k@privatejuris.org> writes:
> UPDATE mentions the RETURNING * syntax but does not mention RETURNING *
> INTO ...

> https://www.postgresql.org/docs/15/sql-update.html

That's because there is no such thing so far as the core SQL parser is
concerned (so if you try it from, say, psql, it won't work).

There is such syntax in plpgsql, and that's where it's documented:

https://www.postgresql.org/docs/current/plpgsql-statements.html#PLPGSQL-STATEMENTS-SQL-ONEROW

            regards, tom lane



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18084: Count Mismatch Challenges During PostgreSQL Database Migration: Causes and Solutions
Next
From: David Rowley
Date:
Subject: Re: BUG #18084: Count Mismatch Challenges During PostgreSQL Database Migration: Causes and Solutions