Re: Setting log_connection in connection string doesn't work - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Setting log_connection in connection string doesn't work
Date
Msg-id 80426.1635255552@sss.pgh.pa.us
Whole thread Raw
In response to Setting log_connection in connection string doesn't work  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: Setting log_connection in connection string doesn't work  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
Kyotaro Horiguchi <horikyota.ntt@gmail.com> writes:
> I noticed that the following command doesn't leave connection log in
> log file.
>> psql "host=localhost options=-c\ log_connections=on"

[ shrug... ]  Why would you expect it to?  Should "-c log_connections=off"
be able to hide a connection from the log?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Shruthi Gowda
Date:
Subject: Re: preserving db/ts/relfilenode OIDs across pg_upgrade (was Re: storing an explicit nonce)
Next
From: Markus Wanner
Date:
Subject: Re: pgsql: Remove unused wait events.