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

From Owen Jacobson
Subject Re: Turn off auto-commit
Date
Msg-id 144D12D7DD4EC04F99241498BB4EEDCC08AD20@nelson.osl.com
Whole thread Raw
In response to Turn off auto-commit  (Joÿffffffffffe3o Carvalho<joaocarvalho127@yahoo.com.br>)
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: pgsql-sql-owner@postgresql.org [mailto:pgsql-sql-owner@postgresql.org]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: leon@oss.minimetria.com
Date:
Subject: Recommendation on bytea or blob for binary data like images