Re: AW: [HACKERS] DROP TABLE inside a transaction block

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: AW: [HACKERS] DROP TABLE inside a transaction block
Дата
Msg-id Pine.GSO.4.02A.10003061104500.19000-100000@Svan.DoCS.UU.SE
обсуждение исходный текст
Ответ на AW: [HACKERS] DROP TABLE inside a transaction block  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
On Mon, 6 Mar 2000, Zeugswetter Andreas SB wrote:

> Yes, that was also the general consensus on the list. No statement is
> ever going to do an implicit commit of previous statements.

I can understand that, but one of these days I hope we can offer the SQL
semantics of transactions where you don't require a BEGIN. (*Optional*,
people.) In that case you have to do *something* about non-rollbackable
DDL (face it, there's always going to be one). Doing what Oracle does is
certainly not the *worst* one could do. Again, optional.

That still doesn't excuse the current behavior though.

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: [HACKERS] DROP TABLE inside a transaction block
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] DROP TABLE inside a transaction block