Re: auto-commit

From: chester c young <chestercyoung(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: auto-commit
Date: 2003-04-03 17:09:25
Message-ID: 20030403170925.22850.qmail@web12707.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> I have a need to turn auto-commit off.
>
> Thank you
>
> Hubert Krenske

bracket your transaction with:

begin
<dml>
end;

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Victor Yegorov 2003-04-03 17:34:39 Re: auto-commit
Previous Message Walter McGinnis 2003-04-03 14:47:04 Re: pesky plpgsql