Re: setting autocommit off in pgsql - Mailing list pgsql-general

From Michael Kleiser
Subject Re: setting autocommit off in pgsql
Date
Msg-id 40D945E5.8000909@webde-ag.de
Whole thread Raw
In response to setting autocommit off in pgsql  ("Antony Paul" <antonypaul24@hotmail.com>)
List 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@postgresql.org


pgsql-general by date:

Previous
From: "Antony Paul"
Date:
Subject: setting autocommit off in pgsql
Next
From: Adam Witney
Date:
Subject: FW: problems with installing postgres