@@ -6893,8 +6893,9 @@ local0.* /var/log/postgresql
6893
6893
and included in CSV log entries. It can also be included in regular
6894
6894
log entries via the <xref linkend="guc-log-line-prefix"/> parameter.
6895
6895
Only printable ASCII characters may be used in the
6896
- <varname>application_name</varname> value. Other characters will be
6897
- replaced with question marks (<literal>?</literal>).
6896
+ <varname>application_name</varname> value.
6897
+ Other characters are replaced with <link
6898
+ linkend="sql-syntax-strings-escape">C-style hexadecimal escapes</link>.
6898
6899
</para>
6899
6900
</listitem>
6900
6901
</varlistentry>
@@ -7890,10 +7891,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
7890
7891
The name can be any string of less
7891
7892
than <symbol>NAMEDATALEN</symbol> characters (64 characters in a standard
7892
7893
build). Only printable ASCII characters may be used in the
7893
- <varname>cluster_name</varname> value. Other characters will be
7894
- replaced with question marks (<literal>?</literal>). No name is shown
7895
- if this parameter is set to the empty string <literal>''</literal> (which is
7896
- the default). This parameter can only be set at server start.
7894
+ <varname>cluster_name</varname> value.
7895
+ Other characters are replaced with <link
7896
+ linkend="sql-syntax-strings-escape">C-style hexadecimal escapes</link>.
7897
+ No name is shown if this parameter is set to the empty string
7898
+ <literal>''</literal> (which is the default).
7899
+ This parameter can only be set at server start.
7897
7900
</para>
7898
7901
</listitem>
7899
7902
</varlistentry>
0 commit comments