Re: Client application name

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Dave Page <dpage(at)pgadmin(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Client application name
Date: 2009-10-13 17:11:57
Message-ID: 9456.1255453917@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> What happens if we want to change the application name after the fact?

As long as it's a GUC variable you can just do SET. I think the point
of discussion is what is the best convention for getting it set
initially.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2009-10-13 17:13:45 Re: Client application name
Previous Message Tom Lane 2009-10-13 17:10:05 Re: COPY enhancements