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)
commit41e2c52fd6ebed6eff4184f68048813cc8886ec1
treefe03231b5098a9935a6880ef13de27a4e8c526c1
parent58f5edf849900bc248b7c909ca17da7287306c41
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