Re: [HACKERS] Begin statement again - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: [HACKERS] Begin statement again
Date
Msg-id 199803131244.NAA23477@gauss.topsystem.de
Whole thread Raw
In response to Re: [HACKERS] Begin statement again  (jwieck@debis.com (Jan Wieck))
List pgsql-hackers
Jan Wieck writes:
>     But there is AUTOCOMMIT ON/OFF

Hmm, but not in ecpg. It seems this has to be added.

Anyway, here's what ecpg allows for transaction handling:

ABORT TRANSACTION | ROLLBACK WORK | ABORT | ROLLBACK;

END TRANSCACTION | COMMIT | COMMIT RELEASE | COMMIT WORK RELEASE;

BEGIN | BEGIN TRANSACTION | BEGIN WORK;

Michael

--
Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
meskes@debian.org                      | 52146 Wuerselen
Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10

pgsql-hackers by date:

Previous
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: AW: [HACKERS] Begin statement again
Next
From: "Meskes, Michael"
Date:
Subject: RE: [HACKERS] Begin statement again