Unterstützte PostgreSQL-Versionen

Hallo,

ich habe den Dump, der in der Sicherungsdatei erstellt wird, überprüft:

Er enthält dies oben:

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;

Der Parameter transaction_timeout ist hier seltsam :thinking:
da
transaction_timeout wurde in PostgreSQL 17 hinzugefügt.

wie hier angegeben:

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

Ich brauche Hilfe :slight_smile:

Danke!

Viele Grüße,

Wurzelseppi