Re: 9.0 and pg_stat_activity.application_name - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: 9.0 and pg_stat_activity.application_name
Date
Msg-id alpine.BSO.2.00.1012250208290.26018@leary.csoft.net
Whole thread Raw
In response to Re: 9.0 and pg_stat_activity.application_name  (Kris Jurka <books@ejurka.com>)
Responses Re: 9.0 and pg_stat_activity.application_name
List pgsql-jdbc

On Thu, 1 Jul 2010, Kris Jurka wrote:

> 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?
>
> 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").
>

I have implemented this.  You can now set application_name on connection
startup with an ApplicationName URL parameter and it can be set
dynamically with Connection.setClientInfo.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Degrassi Francesco
Date:
Subject: Re: Postgresql XA prepare() method behaviour
Next
From: Kris Jurka
Date:
Subject: Re: refreshRow is slow