[BUGS] BUG #14772: psql autocommit does not work - Mailing list pgsql-bugs

From abo@zetescards.be
Subject [BUGS] BUG #14772: psql autocommit does not work
Date
Msg-id 20170807141804.8423.21741@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [BUGS] BUG #14772: psql autocommit does not work  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14772
Logged by:          Alain Bourgeois
Email address:      abo@zetescards.be
PostgreSQL version: 10beta2
Operating system:   Win x64
Description:

D:\PostgreSQL\10beta\bin>psql -U postgres -d testdb
Mot de passe pour l'utilisateur postgres :
psql (10beta2)
Attention : l'encodage console (850) diffère de l'encodage Windows (1252).           Les caractères 8 bits peuvent ne
pasfonctionner correctement.           Voir la section « Notes aux utilisateurs de Windows » de la 
page           référence de psql pour les détails.
Saisissez « help » pour l'aide.

testdb=# set autocommit=off;
ERREUR:  paramètre de configuration « autocommit » non reconnu
testdb=# set autocommit = off;
ERREUR:  paramètre de configuration « autocommit » non reconnu
testdb=# set autocommit to off;
ERREUR:  paramètre de configuration « autocommit » non reconnu
testdb=# set autocommit = off
testdb-# ;
ERREUR:  paramètre de configuration « autocommit » non reconnu
testdb=# SET AUTOCOMMIT=OFF;
ERREUR:  paramètre de configuration « autocommit » non reconnu
testdb=#


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: [BUGS] Crash report for some ICU-52 (debian8) COLLATE andwork_mem values
Next
From: Fabien COELHO
Date:
Subject: Re: [BUGS] BUG #14772: psql autocommit does not work