Re: pgsql: Add support for MERGE SQL command

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Add support for MERGE SQL command
Дата
Msg-id 20220920102652.zfbxjhxjeymylrdz@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: pgsql: Add support for MERGE SQL command  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 2022-Sep-19, Tom Lane wrote:

> 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.

Thanks, I think I'll add WITH (autovacuum_enabled=false) to all the
CREATE TABLE statements there, as attached.  Tests running now, will
push shortly.

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"Ed is the standard text editor."
      http://groups.google.com/group/alt.religion.emacs/msg/8d94ddab6a9b0ad3



В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix incorrect variable types for origin IDs in decode.c
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Fix parameter name for pg_create_logical_replication_slot()