diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index 8ebf0dc3a0..992f093992 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -1074,6 +1074,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. + + +