Re: [HACKERS] DROP TABLE inside a transaction block - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] DROP TABLE inside a transaction block
Date
Msg-id Pine.LNX.4.21.0003051434090.347-100000@localhost.localdomain
Whole thread Raw
In response to DROP TABLE inside a transaction block  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: [HACKERS] DROP TABLE inside a transaction block  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Tatsuo Ishii writes:

> I see following in HISTORY:
> 
>     Disallow DROP TABLE/DROP INDEX inside a transaction block
> 
> However, it seems that this is not done with current?
> 
> test=# create table t1(i int);
> CREATE
> test=# begin;
> BEGIN
> test=# drop table t1;
> NOTICE:  Caution: DROP TABLE cannot be rolled back, so don't abort now

Wow, with all due respect, that's pretty sh^H^Hpoor. That's like saying
"Haha, either you commit your transaction or your database is fried." Any
reason that's not an ERROR before anything destructive is done?

> DROP
> test=# end;
> COMMIT
> test=# \d
> No relations found.
> --
> Tatsuo Ishii
> 
> ************
> 
> 

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



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pg_pwd trigger to be removed
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] TransactionStateData and AbsoluteTime