[BUGS] BUG #14772: psql autocommit does not work

Поиск
Список
Период
Сортировка
От abo@zetescards.be
Тема [BUGS] BUG #14772: psql autocommit does not work
Дата
Msg-id 20170807141804.8423.21741@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [BUGS] BUG #14772: psql autocommit does not work  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список 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 по дате отправления:

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: [BUGS] Crash report for some ICU-52 (debian8) COLLATE andwork_mem values
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [BUGS] BUG #14772: psql autocommit does not work