]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add ruleutils support for decompiling MERGE commands.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 May 2023 15:01:15 +0000 (11:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 May 2023 15:01:15 +0000 (11:01 -0400)
commitf200b9695fde037ec5c182871339a02e98abecdd
treed6cb6e87d5c544023aa60fec874c2e571c65bed2
parent56e869a0987c93f594e73c1c3e49274de5c502d3
Add ruleutils support for decompiling MERGE commands.

This was overlooked when MERGE was added, but it's essential
support for MERGE in new-style SQL functions.

Alvaro Herrera

Discussion: https://postgr.es/m/3579737.1683293801@sss.pgh.pa.us
src/backend/utils/adt/ruleutils.c
src/test/regress/expected/rules.out
src/test/regress/sql/rules.sql