[DOCS] INSERT/UPDATE/DELETE with RETURNING - Mailing list pgsql-docs

From sergey.klimkevich@gmail.com
Subject [DOCS] INSERT/UPDATE/DELETE with RETURNING
Date
Msg-id 20170112092905.24296.7733@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/plpgsql-statements.html
Description:


Following statement on
https://www.postgresql.org/docs/9.6/static/plpgsql-statements.html page is
not entirely correct:

"For INSERT/UPDATE/DELETE with RETURNING, PL/pgSQL reports an error for more
than one returned row, even when STRICT is not specified."

This is only true for RETURNING with INTO clause. If INTO clause is omitted
while using RETURNING then the above statement is incorrect and must mention
the presence of INTO clause to be correct.


pgsql-docs by date:

Previous
From: georgthegreat@gmail.com
Date:
Subject: [DOCS] Behavior of left join using is not covered by docs
Next
From: Kenichiro Tanaka
Date:
Subject: [DOCS] pg_restore option data-only and section=data