Re: How to print application_name in log_line_prefix (using %a)?

Поиск
Список
Период
Сортировка
От Chris Angelico
Тема Re: How to print application_name in log_line_prefix (using %a)?
Дата
Msg-id CAPTjJmouu5=Gik5Oo-_g8CDz4CkvMap_V38iJFs+Lgy-Y1Tz-g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to print application_name in log_line_prefix (using %a)?  (Tianyin Xu <tixu@cs.ucsd.edu>)
Ответы Re: How to print application_name in log_line_prefix (using %a)?
Список pgsql-general
On Mon, Oct 29, 2012 at 5:22 PM, Tianyin Xu <tixu@cs.ucsd.edu> wrote:
> Thanks a lot, Chris!
>
> Yes, the manual said that "It is typically set by an application upon
> connection to the server." exactly your approach.
>
> But the examples you gave me is to print the application_name in the query
> results, aren't they? Do you know how to make it as the prefix of the local
> log messages?

The examples I gave configure the application_name for a given
connection. Everything that connection does will then get logged with
that name, if you use %a. You can also see that name in
pg_stat_activity.

ChrisA


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

Предыдущее
От: Tianyin Xu
Дата:
Сообщение: Re: How to print application_name in log_line_prefix (using %a)?
Следующее
От: Tianyin Xu
Дата:
Сообщение: Re: How to print application_name in log_line_prefix (using %a)?