Transactional DDL

Поиск
Список
Период
Сортировка
От Jasbinder Singh Bali
Тема Transactional DDL
Дата
Msg-id a47902760706020745i4e0bf505s5007d8b256bc6bfa@mail.gmail.com
обсуждение исходный текст
Ответы Re: Transactional DDL  ("Alexander Staubo" <alex@purefiction.net>)
Список pgsql-general
Hi,

A few days back, it was commented by someone in the community that Postgres has
this Transactional DDL feature.
What I understand about Transactional DDL is something like this:

begin
       --ddl 1
       --ddl 2
end;

I believe that if a database supports transactional ddl then ddl1 and ddl2 would commit together as a batch
And
If a Db doesn't support this transactional DDL feature then ddl1 executes and commits without even caring about ddl2. Right?

~Jas

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

Предыдущее
От: "Alexander Staubo"
Дата:
Сообщение: Re: multimaster
Следующее
От: "Harpreet Dhaliwal"
Дата:
Сообщение: Stored Procedures and Functions