Re: [HACKERS] DROP TABLE inside transaction block

Zeugswetter Andreas <andreas.zeugswetter@telecom.at>

From: Andreas Zeugswetter <andreas.zeugswetter@telecom.at>
To: hackers@postgresql.org
Date: 1999-09-07T07:26:24Z
Lists: pgsql-hackers
>> In short, a lot of work for a very marginal feature.  How many other
>> DBMSes permit DROP TABLE to be rolled back?  How many users care?
>
> Oracle auto-commits current in-progress transaction before
> execution of any DDL statement and executes such statements in
> separate transaction.

Informix does allow rollback of ddl statements.

Andreas