doc: clarify "connection_check_type='query'"

This commit is contained in:
Ian Barwick
2021-03-03 13:07:37 +09:00
parent f5f8db8ca1
commit 44cdb7d001

View File

@@ -89,6 +89,10 @@
<literal>query</literal> - determines server availability
by executing an SQL statement on the node via the existing connection
</simpara>
<simpara>
The query is a minimal throwaway query - <command>SELECT 1</command> -
which is used to determine that the server can accept queries.
</simpara>
</listitem>
</itemizedlist>