> 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.