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