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

From Daniel Westermann (DWE)
Subject Re: pgsql: Modularize log_connections output
Date
Msg-id GV0P278MB041918750003C0BFDF0931FAD2D32@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: pgsql: Modularize log_connections output  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-committers
Hi,

>> On Wed, Mar 12, 2025 at 11:50 AM Daniel Westermann (DWE)
>> <daniel.westermann@dbi-services.com> wrote:
>>>
>>>
>>>> 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
>
> Because it is now a string GUC, there isn't a facility for tab
> completion.

Thank you both for the explanations.

Regards
Daniel

pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Refactor convert_case() to prepare for optimizations.
Next
From: Richard Guo
Date:
Subject: pgsql: Remove code setting wrap_non_vars to true for UNION ALL subqueri