Versions de PostgreSQL supportées

Salut,

J’ai vérifié le dump effectué dans le fichier de sauvegarde :

Il inclut ceci en haut

SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET transaction_timeout = 0;
SET client_encoding = ‘UTF8’;
SET standard_conforming_strings = on;

Le paramètre transaction_timeout est étrange ici :thinking:
car

transaction_timeout a été ajouté dans PostgreSQL 17.

comme indiqué ici :

https://pgpedia.info/t/transaction_timeout.html

Besoin d’aide :slight_smile:

Merci !

Cordialement,

Wurzelseppi