Re: auto-commit

From: Victor Yegorov <viy(at)pirmabanka(dot)lv>
To: chester c young <chestercyoung(at)yahoo(dot)com>
Cc: "Postgres SQL" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: auto-commit
Date: 2003-04-03 18:38:48
Message-ID: 20030403183848.GB1712@pirmabanka.lv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

* chester c young <chestercyoung(at)yahoo(dot)com> [03.04.2003 21:02]:
> thanks! (duh)

Take a glance at configuration (postgresql.conf), it's possible to
disable auto-commit there. In that case you'll need to commit/rollback all
queries (just like in Oracle).

--

Victor Yegorov

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Rod Taylor 2003-04-03 18:42:06 Re: Foreign key from another database
Previous Message Josh Berkus 2003-04-03 18:01:36 Re: pesky plpgsql