CHECKPOINTS.

From: TPCCUVA <TPCCUVA(at)terra(dot)es>
To: pgsql-general(at)postgresql(dot)org
Subject: CHECKPOINTS.
Date: 2002-03-20 10:34:17
Message-ID: b64fcb50fe.b50feb64fc@teleline.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello.

I have a problem with the transacctions. 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 transacction in progress.

I have tried to put:

EXEC SQL ROLLBACK;
before the BEGIN, but postgres says me that there isn't any transacction
in progress.

Can you help me?
Thanks.

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Scherbaum 2002-03-20 12:01:33 plpgsql: copy all columns inside a trigger
Previous Message TPCCUVA 2002-03-20 10:22:27 CHECKPOINTS