Versioni supported di PostgreSQL

Ciao,

ho controllato il dump che viene creato nel file di backup:

Include questo in cima

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;

Il parametro transaction_timeout è strano qui :thinking:
poiché

transaction_timeout è stato aggiunto in PostgreSQL 17.

come affermato qui:

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

Ho bisogno di aiuto :slight_smile:

Grazie!

Saluti,

Wurzelseppi