Re: Adding OLD/NEW support to RETURNING

Robert Treat <rob@xzilla.net>

From: Robert Treat <rob@xzilla.net>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: jian he <jian.universality@gmail.com>, Jeff Davis <pgsql@j-davis.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Tomas Vondra <tomas@vondra.me>
Date: 2025-01-03T19:39:03Z
Lists: pgsql-hackers
On Wed, Jan 1, 2025 at 3:20 AM Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
> On Thu, 28 Nov 2024 at 11:45, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
> Attached is an updated patch with some additional tidying up, plus the
> following changes:
>

Hey Dean,

This is really nice work. I was curious what you think the status of
this patch is at this point and if you are still thinking of
committing it for v18?


Robert Treat
https://xzilla.net



Commits

  1. doc: Updates for RETURNING OLD/NEW.

  2. Fix parsing of qualified relation names in RETURNING.

  3. Add OLD/NEW support to RETURNING in DML queries.

  4. Remove useless casts to (void *)

  5. Refactor/reword some error messages to avoid duplicates