INSERT INTO RETURNING SYNTAX ERROR - Mailing list pgsql-docs

From PG Doc comments form
Subject INSERT INTO RETURNING SYNTAX ERROR
Date
Msg-id 154019774706.30914.7566737339920091737@wrigleys.postgresql.org
Whole thread Raw
Responses Re: INSERT INTO RETURNING SYNTAX ERROR  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/sql-insert.html
Description:

When using the RETURNING extension on the INSERT function when nested, does
not propagate the return value up, and causes a syntax error on the "INTO"
keyword, this is because the RETURNING extension is also expecting in "INTO"
key word, which isn't mentioned anywhere in the documentation?

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Change pg_attribute textual link to an actual link
Next
From: Daniel Gustafsson
Date:
Subject: Re: Change pg_attribute textual link to an actual link