Re: Transactional DDL
От
Alexander Staubo
Тема
Re: Transactional DDL
Дата
Msg-id
88daf38c0706020751h49a99f7bifae3fce84ffebaed@mail.gmail.com
Ответ на
Transactional DDL (Jasbinder Singh Bali)
Список
Дерево обсуждения
Transactional DDL "Jasbinder Singh Bali" <jsbali@gmail.com>
Re: Transactional DDL "Alexander Staubo" <alex@purefiction.net>
Re: Transactional DDL "Jasbinder Singh Bali" <jsbali@gmail.com>
Re: Transactional DDL "Dawid Kuroczko" <qnex42@gmail.com>
Re: Transactional DDL "Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>
Re: Transactional DDL Ron Johnson <ron.l.johnson@cox.net>
Re: Transactional DDL "Leif B. Kristensen" <leif@solumslekt.org>
Re: Transactional DDL "Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>
Re: Transactional DDL David Fetter <david@fetter.org>
Re: Transactional DDL Michael Glaesemann <grzm@seespotcode.net>
Re: Transactional DDL "Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>
Re: Transactional DDL Michael Glaesemann <grzm@seespotcode.net>
Re: Transactional DDL "Jasbinder Singh Bali" <jsbali@gmail.com>
Re: Transactional DDL Ron Johnson <ron.l.johnson@cox.net>
Re: Transactional DDL "Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>
Re: Transactional DDL Russ Brown <pickscrape@gmail.com>
Re: Transactional DDL Tom Lane <tgl@sss.pgh.pa.us>
Re: Transactional DDL "Jaime Casanova" <systemguards@gmail.com>
Re: Transactional DDL PFC <lists@peufeu.com>
Re: Transactional DDL "Jaime Casanova" <systemguards@gmail.com>
Re: Transactional DDL Tom Lane <tgl@sss.pgh.pa.us>
Re: Transactional DDL PFC <lists@peufeu.com>
On 6/2/07, Jasbinder Singh Bali 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 по дате отправления