From 44cdb7d001dd14c125c7db45ebf6fa8f7a9d15a5 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 3 Mar 2021 13:07:37 +0900 Subject: [PATCH] doc: clarify "connection_check_type='query'" --- doc/repmgrd-configuration.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/repmgrd-configuration.xml b/doc/repmgrd-configuration.xml index ceffe7e8..f4ebd785 100644 --- a/doc/repmgrd-configuration.xml +++ b/doc/repmgrd-configuration.xml @@ -89,6 +89,10 @@ query - determines server availability by executing an SQL statement on the node via the existing connection + + The query is a minimal throwaway query - SELECT 1 - + which is used to determine that the server can accept queries. +