diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index dc57fe4b0d..21532e19d9 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -1028,6 +1028,32 @@ postgres=# SELECT postgres_fdw_disconnect_all(); + + + postgres_fdw.health_check_interval (integer) + + postgres_fdw.health_check_interval configuration parameter + + + + + Sets the time interval between optional checks that remote servers + are still alive. When losing a remote connection is detected, + the running transaction is aborted. This feature is performed + by polling the socket. + + + this option relies on kernel events exposed by Linux, macOS, + illumos and the BSD family of operating systems, and is not currently available + on other systems. + + + If the value is specified without units, it is taken as milliseconds. + The default value is 0, which disables connection + checks. + + +