Re: pgsql: Add support for MERGE SQL command - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add support for MERGE SQL command
Date
Msg-id 540344.1663627199@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add support for MERGE SQL command  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Add support for MERGE SQL command  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-committers
I wrote:
> It might be better to change these to temp tables.  You'd then
> have to filter the temp schema out of the results; but since you
> have a filtering function anyway, that doesn't seem too hard.

Or even easier, ALTER TABLE SET autovacuum_enabled = 'false'
before populating them.

            regards, tom lane



pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Update Unicode data to Unicode 15.0.0
Next
From: Andres Freund
Date:
Subject: pgsql: Extend gendef.pl in preparation for meson