Re: ERROR: current transaction is aborted, queries ignored
От | Annabelle Desbois |
---|---|
Тема | Re: ERROR: current transaction is aborted, queries ignored |
Дата | |
Msg-id | 3F17A15F.3070403@regie-france.com обсуждение исходный текст |
Ответ на | Re: ERROR: current transaction is aborted, queries ignored ("scott.marlowe" <scott.marlowe@ihs.com>) |
Ответы |
Re: ERROR: current transaction is aborted, queries ignored
|
Список | 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.desbois@regie-france.com ----------------------------------------
В списке pgsql-general по дате отправления: