Re: How to disable auto-commit in postgresql-9.4

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Nirban Sen <sennirban89(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: How to disable auto-commit in postgresql-9.4
Date: 2015-04-20 13:34:37
Message-ID: 5535006D.6060802@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 04/20/2015 01:49 PM, Nirban Sen wrote:
> I am using postgresql-9.4 ,but not able to disable auto-commit.How can i do
> that .

You can't. You need to use BEGIN to begin each transaction.

(This mailing list is for reporting bugs in PostgreSQL. This is not a
bug report. Please use pgsql-novice or pgsql-general for any further
questions.)

- Heikki

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2015-04-20 16:58:06 Re: extension modules missing in Postgresql 9
Previous Message Nirban Sen 2015-04-20 10:49:07 How to disable auto-commit in postgresql-9.4