Default libpq application name - Mailing list pgsql-hackers

From Bruce Momjian
Subject Default libpq application name
Date
Msg-id 201004071741.o37HfXM22851@momjian.us
Whole thread Raw
Responses Re: Default libpq application name  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I just emailed Dave Page and it seems we don't set a default application
name in libpq.  Should we do:
extern char *argv[];

and reference argv[0] in libpq to set a default application name?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Streaming replication and a disk full in primary
Next
From: Tom Lane
Date:
Subject: Re: Default libpq application name