From: | Annabelle Desbois <a(dot)desbois(at)regie-france(dot)com> |
---|---|
To: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: ERROR: current transaction is aborted, queries ignored |
Date: | 2003-07-18 07:27:27 |
Message-ID: | 3F17A15F.3070403@regie-france.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
In fact I forgot the ROLLBACK and was doing a BEGIN after without doing
a COMMIT or ROLLBACK before :-[
BEGIN WORK
ERROR: Cannot insert a duplicate key into unique index cde_lig_pkey
ERROR: current transaction is aborted, queries ignored until end of
transaction block
BEGIN WORK
I found it yesterday by displaying all the queries in my scripts and I
send the response to pgsql-general ;-)
thx
Annabelle
PS: I'm sorry, in fact the sequence I described above was wrong :-( I
thought there was a ROLLBACK but there wasn't :-P
scott.marlowe wrote:
>On Thu, 17 Jul 2003, Annabelle Desbois wrote:
>
>
>
>>Hello,
>>
>>"ERROR: current transaction is aborted, queries ignored until end of
>>transaction block"
>>This error occurs after a ROLLBACK in a PHP script.
>>All the next queries fail, so what's wrong ?
>>Why the ROLLBACK isn't the end of a transaction block ?
>>
>>Apache 1.3.26
>>PHP 4.3.0
>>PostgreSQL 7.3.1
>>
>>
>
>Are you sure the rollback is happening? We might need to see some code,
>not sure.
>
>What I think you're saying is that this happens:
>
>begin;
>query1;
>query2;
>query3;
>rollback;
>ERROR: current transaction is aborted,
>query4; <- This query now fails
>
>IS that the sequence you're describing?
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
>
--
----------------------------------------
Annabelle DESBOIS
SA REGIE FRANCE
Village informatique - BP 3002
17030 La Rochelle CEDEX
tel: 05.46.44.75.76
fax: 05.46.45.34.17
e-mail: a(dot)desbois(at)regie-france(dot)com
----------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Ursula Lee | 2003-07-18 08:46:57 | How to set the background color of the JPanel in Java Applet? |
Previous Message | Richard Huxton | 2003-07-18 07:19:20 | Re: Access 97 DB to Postgres Migration Questions |