pgsql: doc: Add note about postgres_fdw.application_name. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Add note about postgres_fdw.application_name.
Date
Msg-id E1mxk75-0001o6-Sw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Add note about postgres_fdw.application_name.

postgres_fdw.application_name can be any string of any length
and contain even non-ASCII characters.  However when it's passed
to and used as application_name in a foreign server, it's truncated
to less than NAMEDATALEN characters and any characters
other than printable ASCII ones in it will be replaced with question
marks. This commit adds these notes into the docs.

Author: Hayato Kuroda
Reviewed-by: Kyotaro Horiguchi, Fujii Masao
Discussion: https://postgr.es/m/TYCPR01MB5870D1E8B949DAF6D3B84E02F5F29@TYCPR01MB5870.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/58e2e6eb67fec14c793c74207407e172d7e0291d

Modified Files
--------------
doc/src/sgml/postgres-fdw.sgml | 10 ++++++++++
1 file changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Change ProcSendSignal() to take pgprocno.
Next
From: Tom Lane
Date:
Subject: pgsql: Clean up some more freshly-dead code in pg_dump and pg_upgrade.