Re: How to disable auto-commit in postgresql-9.4 - Mailing list pgsql-novice

From amul sul
Subject Re: How to disable auto-commit in postgresql-9.4
Date
Msg-id 1450284155.846924.1429612713768.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to How to disable auto-commit in postgresql-9.4  (Nirban Sen <sennirban89@gmail.com>)
List pgsql-novice
If you are using psql as client, simply add the following line to ~/.psqlrc:

\set AUTOCOMMIT off


Regards,
Amul Sul



On Tuesday, 21 April 2015 2:11 PM, Nirban Sen <sennirban89@gmail.com> wrote:



I am using postgresql-9.4 ,but not able to disable auto-commit.So I tried to disable it using SET AUTOCOMMIT { = | TO }
{ON | OFF } but it no twork. 
I will be grateful if you let me know as soon as possible.



--

With Best Regards,,
Nirban Sen
+91-9614612152


pgsql-novice by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: How to disable auto-commit in postgresql-9.4
Next
From: JORGE MALDONADO
Date:
Subject: Getting the current value of a sequence