diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/config.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index fc35a46e5ea..9398afbcbd3 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7510,11 +7510,12 @@ log_line_prefix = '%m [%p] %q%u@%d/%a ' </term> <listitem> <para> - Causes each replication command to be logged in the server log. - See <xref linkend="protocol-replication"/> for more information about - replication command. The default value is <literal>off</literal>. - Only superusers and users with the appropriate <literal>SET</literal> - privilege can change this setting. + Causes each replication command and <literal>walsender</literal> + process's replication slot acquisition/release to be logged in the + server log. See <xref linkend="protocol-replication"/> for more + information about replication command. The default value is + <literal>off</literal>. Only superusers and users with the appropriate + <literal>SET</literal> privilege can change this setting. </para> </listitem> </varlistentry> |
