2009/10/19 Dave Page <[email protected]>: > On Mon, Oct 19, 2009 at 3:42 PM, Massa, Harald Armin <[email protected]> wrote: >> >> Would'nt this also make sense for PostgreSQL? That is, when no environment >> is set, and no SET-command is issued, that the application name becomes the >> default? > > That needs to be set by the application. As discussed previously, > there's no way for libpq to get at argv[0].
Um, that has to be platform dependent, no? On windows for example, you can use GetCommandLine(). -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
