Re: BUG #14772: psql autocommit does not work

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: abo(at)zetescards(dot)be
Cc: PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14772: psql autocommit does not work
Date: 2017-08-07 14:32:39
Message-ID: alpine.DEB.2.20.1708071629070.20784@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


> testdb=# set autocommit=off;
> ERREUR: paramètre de configuration « autocommit » non reconnu

Sure, there is no "autocommit" server-side setting.

You meant the client-side setting: psql> \set AUTOCOMMIT off

--
Fabien.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-07 14:54:13 Re: BUG #14769: Logical replication error "cache lookup failed for type 0"
Previous Message abo 2017-08-07 14:18:04 BUG #14772: psql autocommit does not work