Re: AW: [HACKERS] TRANSACTIONS

Поиск
Список
Период
Сортировка
От Mike Mascari
Тема Re: AW: [HACKERS] TRANSACTIONS
Дата
Msg-id 38B3BC22.BC6AFA31@mascari.com
обсуждение исходный текст
Ответ на RE: AW: [HACKERS] TRANSACTIONS  (Dmitry Samersoff <dms@wplus.net>)
Список pgsql-hackers
Dmitry Samersoff wrote:
> 
> On 23-Feb-2000 Zeugswetter Andreas SB wrote:
> >
> >>  AFAIK, MS Access have no transactions inside it,
> >>  Informix (at least old versions I worked with) always
> >>  perform create,drop, alter object outside transaction
> >>  but IMHO it's not right behavior.
> >
> > MS Access has transactions and Informix (Version 5.00 - 9.20) performs
> > create, drop, alter inside the transaction, same as Oracle and DB2.
     ^^^^^^
 
> 
> OK. May be I miss something.

I don't think so. Not with respect to Oracle. Andreas knows that
Oracle implicitly commits your running transaction -- and starts
a new one whenever a DDL statement is encountered. A large
discussion about this arose about 4 months ago...I can't speak
for DB2.

> 
> --
> Dmitry Samersoff, dms@wplus.net, ICQ:3161705
> http://devnull.wplus.net
> * There will come soft rains ...
> 
> ************


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: AW: [HACKERS] TRANSACTIONS
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Interested in writing a PostgreSQL article?