Re: [PGdocs] fix description for handling pf non-ASCII characters - Mailing list pgsql-hackers

From Karl O. Pinc
Subject Re: [PGdocs] fix description for handling pf non-ASCII characters
Date
Msg-id 20230928005828.549a23a1@slate.karlpinc.com
Whole thread Raw
In response to Re: [PGdocs] fix description for handling pf non-ASCII characters  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Thu, 28 Sep 2023 12:54:33 +0900
Michael Paquier <michael@paquier.xyz> wrote:

> I was looking at this thread overall, the three v3 flavors of the doc
> changes and v4.
> 
> -        <varname>application_name</varname> value. Other characters
> will be
> -        replaced with question marks (<literal>?</literal>).
> +        <varname>application_name</varname> value.
> +        Other characters are replaced with <link
> +        linkend="sql-syntax-strings-escape">C-style hexadecimal
> escapes</link>.
> 
> The simplicity of the change in v4 seems like the best approach to me,
> so +1 for that (including the mention to "C-style").

I agree with Tom that it's not worth spending anyone's attention
on bytes v.s. characters.

So I'm marking the patch ready for committer.
(I have not tried the version that patches against PGv16.)

Thank you everyone, especially Hayato, for spending time
and making this better.

Regards,

Karl <kop@karlpinc.com>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: [PoC] pg_upgrade: allow to upgrade publisher node
Next
From: Alexander Pyhalov
Date:
Subject: Re: Partial aggregates pushdown