Re: Transactional DDL

Поиск
Список
Период
Сортировка
От Alexander Staubo
Тема Re: Transactional DDL
Дата
Msg-id 88daf38c0706020751h49a99f7bifae3fce84ffebaed@mail.gmail.com
обсуждение исходный текст
Ответ на Transactional DDL  ("Jasbinder Singh Bali" <jsbali@gmail.com>)
Ответы Re: Transactional DDL  ("Jasbinder Singh Bali" <jsbali@gmail.com>)
Список pgsql-general
On 6/2/07, Jasbinder Singh Bali <jsbali@gmail.com> wrote:
[snip]
> 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?

Exactly right -- Oracle, for example, implicitly commits the
transaction when you execute a DDL statement such as "create table".

Alexander.

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

Предыдущее
От: "Harpreet Dhaliwal"
Дата:
Сообщение: Stored Procedures and Functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Corruption of files in PostgreSQL