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