Re: MERGE lacks ruleutils.c decompiling support!? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: MERGE lacks ruleutils.c decompiling support!?
Date
Msg-id 3844910.1683341355@sss.pgh.pa.us
Whole thread Raw
In response to Re: MERGE lacks ruleutils.c decompiling support!?  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> +WHEN NOT MATCHED
> +   AND s.a > 100
> +   THEN INSERT (id, data) OVERRIDING SYSTEM VALUE
> +   VALUES (s.a, DEFAULT)

> About OVERRIDING, I can see that this is still missing coverage for
> OVERRIDING USER VALUE.

Yeah, I couldn't see that covering that too was worth any cycles.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: MERGE lacks ruleutils.c decompiling support!?
Next
From: Michael Paquier
Date:
Subject: Re: Add LZ4 compression in pg_dump