Re: Table modifications with dependent views - best

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table modifications with dependent views - best
Дата
Msg-id 1167.1114184203@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Table modifications with dependent views - best  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
Bruno Wolff III <bruno@wolff.to> writes:
> I wasn't able to find where this is spelled out in the documentation,
> but I believe all DDL commands except DROP DATABASE can be rolled back now.

I don't think there's any all-in-one-place statement about it, but
anything that doesn't explicitly object to being put inside a
transaction block can be rolled back.  Grepping for
PreventTransactionChain, I see that the current suspects are

CLUSTER            (only the multi-table variants)
CREATE DATABASE
DROP DATABASE
REINDEX DATABASE
CREATE TABLESPACE
DROP TABLESPACE
VACUUM

            regards, tom lane

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

Предыдущее
От: David Wheeler
Дата:
Сообщение: Re: Multiple RULES on Views
Следующее
От: Richard_D_Levine@raytheon.com
Дата:
Сообщение: Re: UltraSPARC versus AMD