From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Dave Page <dpage(at)pgadmin(dot)org>, "Massa, Harald Armin" <chef(at)ghum(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Application name patch - v2 |
Date: | 2009-10-20 16:18:25 |
Message-ID: | 9837222c0910200918l77fae9c4g8e40478cc2a62d4e@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
2009/10/20 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> Also, how many platforms can't we do this on? If we have BSD and
>> Windows covered already. on linux, I believe you can easily read it
>> out of /proc/self/cmdline, no?
>
> Writing a pile of platform-specific code for this is simply insane from
> a support point of view. The feature is NOT worth it. Especially not
> since the typical result will be something quite uninformative like
> "psql" or "java". The cases that are actually useful are the ones where
> the application sets it. I don't think we should have a default at all
> --- you don't set it, you don't get a name.
For psql, yes.
For java, it doesn't even go through libpq, so it wouldn't be set for
it. And I'd expect the JDBC driver to set it based on Something
Reasonable (TM) that it can get the information about. After all, this
thing was listed in the JDBC spec somebody said...
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2009-10-20 16:24:42 | OpenACS vs Postgres |
Previous Message | Tom Lane | 2009-10-20 16:16:42 | Re: Application name patch - v2 |