[v15] ALTER TABLE ... SET ACCESS METHOD

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема [v15] ALTER TABLE ... SET ACCESS METHOD
Дата
Msg-id d66e14df5acd34ccb3ce83d8c052f8df44c78184.camel@j-davis.com
обсуждение исходный текст
Ответы Re: [v15] ALTER TABLE ... SET ACCESS METHOD
Re: [v15] ALTER TABLE ... SET ACCESS METHOD
Список pgsql-hackers
The attached patch implements ALTER TABLE ... SET ACCESS METHOD.

For simplicity, I used the normal alter table path, ATRewriteTable(),
which does not follow the stricter isolation semantics that VACUUM FULL
follows. If someone thinks that's unacceptable, please let me know.

Regards,
    Jeff Davis


Вложения

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Replication slot stats misgivings
Следующее
От: Andres Freund
Дата:
Сообщение: Why do we have perl and sed versions of Gen_dummy_probes?