Re: Better error messages for %TYPE and %ROWTYPE in plpgsql - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Better error messages for %TYPE and %ROWTYPE in plpgsql
Date
Msg-id CAKFQuwZcjuP6voxs9Qn4y7Lf3qSonVE-aBVes9HqVZ7FmvPY5g@mail.gmail.com
Whole thread Raw
In response to Re: Better error messages for %TYPE and %ROWTYPE in plpgsql  (Andy Fan <zhihuifan1213@163.com>)
Responses Re: Better error messages for %TYPE and %ROWTYPE in plpgsql
Re: Better error messages for %TYPE and %ROWTYPE in plpgsql
List pgsql-hackers
On Mon, Feb 26, 2024 at 5:46 PM Andy Fan <zhihuifan1213@163.com> wrote:
> Per recent discussion[1], plpgsql returns fairly unhelpful "syntax
> error" messages when a %TYPE or %ROWTYPE construct references a
> nonexistent object.  Here's a quick little finger exercise to try
> to improve that.

Looks this modify the error message, I want to know how ould we treat
error-message-compatible issue during minor / major upgrade.

There is no bug here so no back-patch; and we are not yet past feature freeze for v17.

David J.

pgsql-hackers by date:

Previous
From: Andy Fan
Date:
Subject: Re: Better error messages for %TYPE and %ROWTYPE in plpgsql
Next
From: Michael Paquier
Date:
Subject: Re: Sequence Access Methods, round two