INSERT INTO RETURNING SYNTAX ERROR

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: antonie(at)quantsolutions(dot)co(dot)za
Subject: INSERT INTO RETURNING SYNTAX ERROR
Date: 2018-10-22 08:42:27
Message-ID: 154019774706.30914.7566737339920091737@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2018-10-22 10:09:41 Re: Change pg_attribute textual link to an actual link
Previous Message Oleg Bartunov 2018-10-22 05:57:46 Re: remove deprecated @@@ operator ?