problem with begin transacction. - Mailing list pgsql-general

From TPCCUVA
Subject problem with begin transacction.
Date
Msg-id c522dc5322.c5322c522d@teleline.es
Whole thread Raw
List pgsql-general
Hello.

I have a problem with the transactions. I'm using postgres 7.1.3. Our
program connects with the database, then it starts the transacction
with:

EXEC SQL BEGIN;

but in the first SELECT I obtain the next error:

    Error:-603
    Begin: already a transaction in progress.

I've tried to put:
EXEC SQL ROLLBACK;
before the BEGIN, but postgres says me thet there isn't any transaction
in progress.

Can you help me?.
Thanks.




pgsql-general by date:

Previous
From: Andreas Scherbaum
Date:
Subject: plpgsql: copy all columns inside a trigger
Next
From: snpe
Date:
Subject: Distributed databases and replication in postgresql 7.3 ?