Thread: Change auto-commit?

Change auto-commit?

From
"Ing. Jhon Carrillo"
Date:
I have a postgresql database 7.4, i require my db doesn't work with automatic transactions. how do i do to change the status "auto-commit"?
 
thanks.

Re: Change auto-commit?

From
Robert Treat
Date:
On Wednesday 11 May 2005 16:18, Ing. Jhon Carrillo wrote:
> I have a postgresql database 7.4, i require my db doesn't work with
> automatic transactions. how do i do to change the status "auto-commit"?
>

You need to handle that in your client software/api rather than in the
database.  If you building something from scratch, just issue begins at the
start of each connection.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL