BUG #13841: Unable to set autocommit in psql

From: floriparob(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13841: Unable to set autocommit in psql
Date: 2016-01-01 15:10:17
Message-ID: 20160101151017.1092.47045@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13841
Logged by: ROBERT
Email address: floriparob(at)gmail(dot)com
PostgreSQL version: 9.5rc1
Operating system: Debian stretch/sid
Description:

O/S

Linux roblaptop 4.3.0-1-amd64 #1 SMP Debian 4.3.3-2 (2015-12-17) x86_64
GNU/Linux

psql session

psql (9.5rc1)
Type "help" for help.

timemanager=> set autocommit off;
ERROR: syntax error at or near "off"
LINE 1: set autocommit off;
^
timemanager=> set autocommit 'off';
ERROR: syntax error at or near "'off'"
LINE 1: set autocommit 'off';
^
timemanager=> set autocommit to off;
ERROR: unrecognized configuration parameter "autocommit"
timemanager=> SET AUTOCOMMIT TO OFF;
ERROR: unrecognized configuration parameter "autocommit"
timemanager=>

Thought that I'd made a typo but entered as per doco.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Guillaume Lelarge 2016-01-01 16:19:18 Re: BUG #13841: Unable to set autocommit in psql
Previous Message Kouhei Sutou 2016-01-01 09:14:28 Re: BUG #13840: pg_dump generates unloadable SQL when third party string type index option is used