Add notes about connect_timeout conninfo parameter.

Per suggestion in GitHub #148
This commit is contained in:
Ian Barwick
2016-06-27 13:57:40 +09:00
parent bd76d0eb92
commit 968c2f1954
2 changed files with 43 additions and 18 deletions

View File

@@ -32,6 +32,12 @@
# https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING
#
#conninfo='host=192.168.204.104 dbname=repmgr_db user=repmgr_usr'
#
# If repmgrd is in use, consider explicitly setting `connect_timeout` in the
# conninfo string to determine the length of time which elapses before
# a network connection attempt is abandoned; for details see:
#
# https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNECT-CONNECT-TIMEOUT
# Optional configuration items
# ============================