Re: pgsql: Modularize log_connections output

2025-03-12 Thread Daniel Westermann (DWE)
Hi, >> On Wed, Mar 12, 2025 at 11:50 AM Daniel Westermann (DWE) >> 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 a

Re: pgsql: Modularize log_connections output

2025-03-12 Thread Daniel Gustafsson
> On 12 Mar 2025, at 17:07, Melanie Plageman wrote: > > Thanks for taking a look! > > On Wed, Mar 12, 2025 at 11:50 AM Daniel Westermann (DWE) > wrote: >> >> >> great, thanks for this. One question: >> >>> The current log_connections options are 'receipt', 'authentication', and >>> 'authoriz

Re: pgsql: Modularize log_connections output

2025-03-12 Thread Melanie Plageman
Thanks for taking a look! On Wed, Mar 12, 2025 at 11:50 AM Daniel Westermann (DWE) 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' > >enable

Re: pgsql: Modularize log_connections output

2025-03-12 Thread Daniel Westermann (DWE)
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? postgre