Support escape sequence for cluster_name in postgres_fdw.application_name

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Support escape sequence for cluster_name in postgres_fdw.application_name
Дата
Msg-id 1041dc9a-c976-049f-9f14-e7d94c29c4b2@oss.nttdata.com
обсуждение исходный текст
Ответы Re: Support escape sequence for cluster_name in postgres_fdw.application_name  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-hackers
Hi,

Commit 6e0cb3dec1 allowed postgres_fdw.application_name to include escape sequences %a (application name), %d (database
name),%u (user name) and %p (pid). In addition to them, I'd like to support the escape sequence (e.g., %C) for cluster
namethere. This escape sequence is helpful to investigate where each remote transactions came from. Thought?
 

Patch attached.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: CREATEROLE and role ownership hierarchies
Следующее
От: David Rowley
Дата:
Сообщение: Re: Fix BUG #17335: Duplicate result rows in Gather node