Re: pgsql: Modularize log_connections output

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: Melanie Plageman <melanieplageman(at)gmail(dot)com>, "pgsql-committers(at)lists(dot)postgresql(dot)org" <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Modularize log_connections output
Date: 2025-03-12 15:50:32
Message-ID: GV0P278MB041968707F13439C8E670752D2D02@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2025-03-12 16:07:24 Re: pgsql: Modularize log_connections output
Previous Message Tom Lane 2025-03-12 15:48:06 pgsql: Preserve RangeTblEntry.relid when expanding a view RTE.