Обсуждение: How to disable auto-commit in postgresql-9.4

Поиск
Список
Период
Сортировка

How to disable auto-commit in postgresql-9.4

От
Nirban Sen
Дата:
I am using postgresql-9.4 ,but not able to disable auto-commit.How can i do
that .
I will be grateful if you let me know as soon as possible.

--
*With Best Regards,*,


*Nirban Sen+91-9614612152*

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

От
Heikki Linnakangas
Дата:
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