TRUNCATE on foreign table

Поиск
Список
Период
Сортировка
От Kazutaka Onishi
Тема TRUNCATE on foreign table
Дата
Msg-id CAJuF6cMWDDqU-vn_knZgma+2GMaout68YUgn1uyDnexRhqqM5Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: TRUNCATE on foreign table  (Zhihong Yu <zyu@yugabyte.com>)
Список pgsql-hackers
Hello, 

The attached patch is for supporting "TRUNCATE" on  foreign tables.

This patch includes:
* Adding "ExecForeignTruncate" function into FdwRoutine.
* Enabling "postgres_fdw" to use TRUNCATE.

This patch was proposed by Kaigai-san in March 2020, 
but it was returned because it can't be applied to the latest source codes.

Please refer to the discussion.

I have fixed the patch due to submit it to Commit Fest 2021-03.  

regards,

--
------------------
Kazutaka Onishi
Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: pg_replication_origin_drop API potential race condition
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Fuzz testing COPY FROM parsing