Re: [PATCH] Include application_name in "connection authorized" log message
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Don Seiler <don@seiler.us>, Stephen Frost <sfrost@snowman.net>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2018-07-02T07:13:50Z
Lists: pgsql-hackers
On 21.06.18 16:21, Don Seiler wrote:
> - (errmsg("connection
> authorized: user=%s database=%s",
> -
> port->user_name, port->database_name)));
> + (errmsg("connection
> authorized: user=%s database=%s application=%s",
> +
> port->user_name, port->database_name, port->application_name)));
Why is it "application" and not "application_name"?
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Add application_name to connection authorized msg
- 8bddc864000f 12.0 landed