Re: Allow escape in application_name
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: "kuroda.hayato@fujitsu.com" <kuroda.hayato@fujitsu.com>,
'Kyotaro Horiguchi' <horikyota.ntt@gmail.com>
Cc: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>,
"ikedamsh@oss.nttdata.com" <ikedamsh@oss.nttdata.com>,
"pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>,
"tgl@sss.pgh.pa.us" <tgl@sss.pgh.pa.us>
Date: 2021-12-15T17:23:23Z
Lists: pgsql-hackers
Attachments
- v26_0001_update_descriptions.patch (text/plain) patch v26
- v26_0002_allow_escapes.patch (text/plain) patch v26
On 2021/12/10 16:35, kuroda.hayato@fujitsu.com wrote: >> How about adding that new paragraph just after the existing one, instead? > > Fixed. Thanks for the fix! Attached is the updated version of 0001 patch. I added "See <xref linkend="guc-application-name"/> for details." into the description. Barring any objection, I will commit this patch at first. >> Thanks! But, since the term "local server" is already used in the docs, we can use >> "the setting value of application_name in local server" etc? > > I like the word "local server," so I reworte descriptions. Thanks! Attached is the updated version of 0002 patch. I applied some cosmetic changes, improved comments and docs. Could you review this version? Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
postgres_fdw: Add regression test for postgres_fdw.application_name GUC.
- 353aa01687b5 15.0 landed
-
postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.
- 6e0cb3dec10e 15.0 landed
-
doc: Add note about postgres_fdw.application_name.
- 58e2e6eb67fe 15.0 landed
-
postgres_fdw: Revert unstable tests for postgres_fdw.application_name.
- 98dbef90eb29 15.0 landed
-
postgres_fdw: Allow application_name of remote connection to be set via GUC.
- 449ab6350526 15.0 landed