Re: pgsql: Modularize log_connections output

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>, Melanie Plageman <melanieplageman(at)gmail(dot)com>
Cc: "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-13 05:46:02
Message-ID: GV0P278MB041918750003C0BFDF0931FAD2D32@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

>> On Wed, Mar 12, 2025 at 11:50 AM Daniel Westermann (DWE)
>> <daniel(dot)westermann(at)dbi-services(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2025-03-13 07:36:21 pgsql: Fix incorrect handling of subquery pullup
Previous Message Jeff Davis 2025-03-13 04:52:41 pgsql: Refactor convert_case() to prepare for optimizations.