mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +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:
@@ -40,7 +40,8 @@
|
|||||||
to say the least.
|
to say the least.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Maximum length is 63 characters.
|
The string's maximum length is 63 characters and it should
|
||||||
|
contain only printable ASCII characters.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
# node's current role, e.g. 'primary' or 'standby1',
|
# node's current role, e.g. 'primary' or 'standby1',
|
||||||
# as roles can change and it will be confusing if
|
# as roles can change and it will be confusing if
|
||||||
# the current primary is called 'standby1'.
|
# 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.
|
#conninfo='' # Database connection information as a conninfo string.
|
||||||
# All servers in the cluster must be able to connect to
|
# All servers in the cluster must be able to connect to
|
||||||
|
|||||||
Reference in New Issue
Block a user