doc: clarify "connection_check_type='query'"

This commit is contained in:
Ian Barwick
2021-03-03 13:07:37 +09:00
parent 888e1d7a3b
commit 14851e61de

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>