Re: pgsql: Add support for MERGE SQL command

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add support for MERGE SQL command
Дата
Msg-id 540344.1663627199@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Add support for MERGE SQL command  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Add support for MERGE SQL command
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update Unicode data to Unicode 15.0.0
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Extend gendef.pl in preparation for meson