pgsql: doc: Add note about postgres_fdw.application_name.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: doc: Add note about postgres_fdw.application_name.
Дата
Msg-id E1mxk75-0001o6-Sw@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Change ProcSendSignal() to take pgprocno.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up some more freshly-dead code in pg_dump and pg_upgrade.