Re: BUG #17803: Rule "ALSO INSERT ... SELECT ..." fails to substitute default values

Alexander Law <exclusion@gmail.com>

From: Alexander Lakhin <exclusion@gmail.com>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-02-25T16:00:00Z
Lists: pgsql-bugs
25.02.2023 18:08, Dean Rasheed wrote:
> Pushed.
Thanks for the fix!

Best regards,
Alexander



Commits

  1. Fix mishandling of OLD/NEW references in subqueries in rule actions.

  2. Fix multi-row DEFAULT handling for INSERT ... SELECT rules.

  3. Fix DEFAULT-handling in multi-row VALUES lists for updatable views.