Re: Improving some plpgsql error messages
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-08-20T17:24:29Z
Lists: pgsql-hackers
On Fri, Aug 20, 2021 at 12:41 PM Pavel Stehule <pavel.stehule@gmail.com> wrote: > It can be fixed in 14. This is a low risk patch. +1. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Improve error messages about misuse of SELECT INTO.
- 8f6a52196ace 14.0 landed
- 26ae66090398 15.0 landed
-
Avoid using a cursor in plpgsql's RETURN QUERY statement.
- 2f48ede080f4 14.0 cited