Re: 9.0 and pg_stat_activity.application_name

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: 9.0 and pg_stat_activity.application_name
Дата
Msg-id alpine.BSO.2.00.1007012109540.12707@leary.csoft.net
обсуждение исходный текст
Ответ на 9.0 and pg_stat_activity.application_name  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: 9.0 and pg_stat_activity.application_name
Re: 9.0 and pg_stat_activity.application_name
Список pgsql-jdbc

On Wed, 30 Jun 2010, Thomas Kellerer wrote:

> will there be a way in the upcoming 9.0 driver to set the new
> application_name property for pg_stat_activity?

Not as of yet, but it hasn't been finalized either.  For the moment it
must be SET like any other GUC option.

> If yes, how will this work?
>

When implemented I imagine that it will be able to be set at connection
start via a URL or datasource parameter and then at runtime by
Connection.setClientInfo("ApplicationName", "My App").

Kris Jurka

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

Предыдущее
От: David Kerr
Дата:
Сообщение: Re: Unable to commit: transaction marked for rollback
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Source code for postgress 7.4?