Re: pgsql: Add support for MERGE SQL command

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add support for MERGE SQL command
Date: 2022-09-19 22:39:59
Message-ID: 540344.1663627199@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-09-19 22:42:03 pgsql: Extend gendef.pl in preparation for meson
Previous Message Peter Eisentraut 2022-09-19 22:35:14 pgsql: Update Unicode data to Unicode 15.0.0