Re: [HACKERS] DROP TABLE inside a transaction block
Bruce Momjian <pgman@candle.pha.pa.us>
From: Bruce Momjian <pgman@candle.pha.pa.us>
To: Tatsuo Ishii <t-ishii@sra.co.jp>
Cc: pgsql-hackers@postgreSQL.org
Date: 2000-03-07T23:35:35Z
Lists: pgsql-hackers
> 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 > DROP > test=# end; > COMMIT > test=# \d > No relations found. > -- > Tatsuo Ishii OK, seems it is fixed. I will remove the item. -- Bruce Momjian | http://www.op.net/~candle pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026