Re: pgsql: Modularize log_connections output - Mailing list pgsql-committers

From Daniel Westermann (DWE)
Subject Re: pgsql: Modularize log_connections output
Date
Msg-id GV0P278MB041968707F13439C8E670752D2D02@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
In response to pgsql: Modularize log_connections output  (Melanie Plageman <melanieplageman@gmail.com>)
Responses Re: pgsql: Modularize log_connections output
List pgsql-committers
Hi,

great, thanks for this. One question:

>The current log_connections options are 'receipt', 'authentication', and
>'authorization'. The empty string disables all connection logging. 'all'
>enables all available connection logging.

... shouldn't this be added to tab completion as well?

postgres=# alter system set log_connections TO DEFAULT

postgres=# alter system set log_disconnections TO
0        1        DEFAULT  FALSE    NO       OFF      ON       TRUE     YES
postgres=# alter system set log_disconnections TO


Regards
Daniel


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Preserve RangeTblEntry.relid when expanding a view RTE.
Next
From: Melanie Plageman
Date:
Subject: Re: pgsql: Modularize log_connections output