mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
doc: note valid characters for "node_name"
"node_name" will be used as "application_name", so should only contain
characters valid for that; see:
https://www.postgresql.org/docs/current/runtime-config-logging.html#GUC-APPLICATION-NAME
Not yet enforced.
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
# node's current role, e.g. 'primary' or 'standby1',
|
||||
# as roles can change and it will be confusing if
|
||||
# the current primary is called 'standby1'.
|
||||
# Maximum length is 63 characters.
|
||||
# The string's maximum length is 63 characters and it should
|
||||
# contain only printable ASCII characters.
|
||||
|
||||
#conninfo='' # Database connection information as a conninfo string.
|
||||
# All servers in the cluster must be able to connect to
|
||||
|
||||
Reference in New Issue
Block a user