@@ -7012,8 +7012,9 @@ local0.* /var/log/postgresql
7012
7012
and included in CSV log entries. It can also be included in regular
7013
7013
log entries via the <xref linkend="guc-log-line-prefix"/> parameter.
7014
7014
Only printable ASCII characters may be used in the
7015
- <varname>application_name</varname> value. Other characters will be
7016
- replaced with question marks (<literal>?</literal>).
7015
+ <varname>application_name</varname> value.
7016
+ Other characters are replaced with <link
7017
+ linkend="sql-syntax-strings-escape">C-style hexadecimal escapes</link>.
7017
7018
</para>
7018
7019
</listitem>
7019
7020
</varlistentry>
@@ -8009,10 +8010,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8009
8010
The name can be any string of less
8010
8011
than <symbol>NAMEDATALEN</symbol> characters (64 characters in a standard
8011
8012
build). Only printable ASCII characters may be used in the
8012
- <varname>cluster_name</varname> value. Other characters will be
8013
- replaced with question marks (<literal>?</literal>). No name is shown
8014
- if this parameter is set to the empty string <literal>''</literal> (which is
8015
- the default). This parameter can only be set at server start.
8013
+ <varname>cluster_name</varname> value.
8014
+ Other characters are replaced with <link
8015
+ linkend="sql-syntax-strings-escape">C-style hexadecimal escapes</link>.
8016
+ No name is shown if this parameter is set to the empty string
8017
+ <literal>''</literal> (which is the default).
8018
+ This parameter can only be set at server start.
8016
8019
</para>
8017
8020
</listitem>
8018
8021
</varlistentry>
0 commit comments