BUG #2812: Transaction is aborted after error

From: "Alex Piyevsky" <Alex_Piyevsky(at)ibi(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2812: Transaction is aborted after error
Date: 2006-12-06 20:38:49
Message-ID: 200612062038.kB6KcniK076006@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2812
Logged by: Alex Piyevsky
Email address: Alex_Piyevsky(at)ibi(dot)com
PostgreSQL version: 8.0.1
Operating system: Linux Kernel-2.4.21-glibc-2.3.2 x86 32bit
Description: Transaction is aborted after error
Details:

We issue a command which drops the existing table and recreates the table
under the same name, all in one transaction. If the table does not
previously exist, an error message is returned for the drop command and the
transaction aborts with the following:

current transaction is aborted, commands ignored until end of transaction
block

please advise

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-12-06 20:59:32 Re: 8.2 bug with outer join reordering
Previous Message Jeff Davis 2006-12-06 19:37:32 8.2 bug with outer join reordering