Re: Application name patch - v2 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Application name patch - v2
Date
Msg-id 1577.1256055402@sss.pgh.pa.us
Whole thread Raw
In response to Re: Application name patch - v2  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Application name patch - v2
Re: Application name patch - v2
List pgsql-hackers
Magnus Hagander <magnus@hagander.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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Application name patch - v2
Next
From: David Christensen
Date:
Subject: Re: UTF8 with BOM support in psql