Обсуждение: Change auto-commit?

Поиск
Список
Период
Сортировка

Change auto-commit?

От
"Ing. Jhon Carrillo"
Дата:
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?

От
Robert Treat
Дата:
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