mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46: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:
@@ -40,7 +40,8 @@
|
||||
to say the least.
|
||||
</para>
|
||||
<para>
|
||||
Maximum length is 63 characters.
|
||||
The string's maximum length is 63 characters and it should
|
||||
contain only printable ASCII characters.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user