BUG #13967: Documentation. Plpgsql 'execute' description

From: iurii(dot)i(dot)popov(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13967: Documentation. Plpgsql 'execute' description
Date: 2016-02-17 15:11:38
Message-ID: 20160217151138.26361.88647@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13967
Logged by: Iurii Popov
Email address: iurii(dot)i(dot)popov(at)gmail(dot)com
PostgreSQL version: 9.5.1
Operating system: Ubuntu
Description:

At
http://www.postgresql.org/docs/9.5/static/plpgsql-statements.html#PLPGSQL-STATEMENTS-EXECUTING-DYN

you can see

If multiple rows are returned, only the first will be assigned to the INTO
variable.

It will be useful to write information from (or a link to)
http://www.postgresql.org/docs/9.5/static/plpgsql-control-structures.html#AEN62513

about RETURN QUERY EXECUTE statement to return set of rows.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message jeff 2016-02-17 16:27:34 BUG #13968: invalid page in block error
Previous Message iurii.i.popov 2016-02-17 15:03:02 BUG #13966: Documentation. 'Select' description