ECPG - Clarfication of '-t', 'autocommit', BEGIN? - Mailing list pgsql-interfaces

From William West
Subject ECPG - Clarfication of '-t', 'autocommit', BEGIN?
Date
Msg-id OF1567F4D5.8BDE1A20-ON85256C40.005F08F9@com
Whole thread Raw
Responses Re: ECPG - Clarfication of '-t', 'autocommit', BEGIN?
List pgsql-interfaces
The ecpg man page says that '-t' will turn autocommit 'on', that
the default is that otherwise a 'commit' statement is needed to
cause a 'commit'.

In a posting from December of 2001, there was a complaint
that issuing EXEC SQL BEGIN; immediately following
CONNECT returned "BEGIN: already a transaction in progress",
to which Michael Meskes replied that it is necessary to run ecpg
*with* the '-t' switch (or, as someone else said, issue 'exec sql set
autocommit to on') if you want to BEGIN your own transactions.

Am I wrong in thinking that BEGIN-(set of commands)
-COMMIT should be equivalent to 'start transaction
-perform sequence of commands-commit result of
sequence of commands'? Or does BEGIN become
superfluous when running *without* -t? Could someone
please clarify?

Thanks.




pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: Has someone compiled PostgreSQL JDBC with gcj ?
Next
From: Michael Meskes
Date:
Subject: Re: ECPG - Clarfication of '-t', 'autocommit', BEGIN?