Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Turn off auto-commit - Mailing list pgsql-sql

From Owen Jacobson
Subject Re: Turn off auto-commit
Date
Msg-id [email protected]
Whole thread Raw
In response to Turn off auto-commit  (Joÿffffffffffe3o Carvalho<[email protected]>)
List pgsql-sql
You can turn off autocommit by explicitly starting a transaction (eg. with BEGIN; in psql or by turning off autocommit through ODBC).  Statements inside the transaction will not have their own, automatically-commited transactions.
 
HTH,
Owen
-----Original Message-----
From: [email protected] [mailto:[email protected]]On Behalf Of Joÿffffffffffe3o Carvalho
Sent: Friday, September 02, 2005 10:22 AM
To: PG-SQL lista de mail
Subject: [SQL] Turn off auto-commit

Im working in postgresql 8.0 in windows XP. How can I turn off auto-commit.
I already tried a few things but it didn't worked.

Regards
João Carvalho


Yahoo! Messenger com voz: PROMOÇÃO VOCÊ PODE LEVAR UMA VIAGEM NA CONVERSA. Participe!

pgsql-sql by date:

Previous
From: Joÿffffffffffe3o Carvalho
Date:
Subject: Turn off auto-commit
Next
From: [email protected]
Date:
Subject: Recommendation on bytea or blob for binary data like images