Re: ERROR: current transaction is aborted, queries ignored

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: ERROR: current transaction is aborted, queries ignored
Дата
Msg-id Pine.LNX.4.33.0307180811060.1889-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: ERROR: current transaction is aborted, queries ignored  (Annabelle Desbois <a.desbois@regie-france.com>)
Список pgsql-general
Ahhh.  Glad you got it working.  I can't wait for subtransactions to come
along.

Feel free to ask questions, it's tough at first getting used to the way
postgresql does things, but rewarding once you start to get it.

On Fri, 18 Jul 2003, Annabelle Desbois wrote:

> 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
> >
> >
> >
>
>


В списке pgsql-general по дате отправления:

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Scheduled back up
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Is PostgreSQL cluster capable?