Re: BUG #1220: "alter table rename to" inside a transaction violates ACID ordering

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "adam sah" <asah(at)midgard(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1220: "alter table rename to" inside a transaction violates ACID ordering
Date: 2004-08-17 15:09:58
Message-ID: 4554.1092755398@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
> ==> yikes! in window 2, it should have errored.

Why are you of the opinion that this is a bug? The catalog lookup has
to happen before the second xact can hope to obtain a lock on the table,
no?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Adam Sah 2004-08-17 15:14:24 Re: BUG #1220: "alter table rename to" inside a transaction
Previous Message J. Hondius 2004-08-17 14:53:47 Re: Sequence problem in stresstest on 8.0-beta1 (windows)