Re: setting autocommit off in pgsql

From: Michael Kleiser <mkl(at)webde-ag(dot)de>
To: Antony Paul <antonypaul24(at)hotmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: setting autocommit off in pgsql
Date: 2004-06-23 08:57:09
Message-ID: 40D945E5.8000909@webde-ag.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Use BEGIN to open a transaction ( that's the difference to Oracle )
and COMMIT or ROLLBACK to close it.

Antony Paul schrieb:
> Hi all
> How to set autocommit off. I want transactions which requires
> explicit
> commit and after commit a new transaction is started as in Oracle sql
> plus.
> When using start transaction it requires to type start transaction every
> time.
>
> Antony Paul
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message simonw 2004-06-23 09:33:21
Previous Message Antony Paul 2004-06-23 08:47:49 setting autocommit off in pgsql