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

  1. Improve error messages about misuse of SELECT INTO.

  2. Avoid using a cursor in plpgsql's RETURN QUERY statement.