Hi, >> On Wed, Mar 12, 2025 at 11:50 AM Daniel Westermann (DWE) >> <daniel.westerm...@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