Hello, On Thu, Apr 3, 2025 at 8:51 AM Daniel Gustafsson <dan...@yesql.se> wrote: > Committed, after another round of testing and looking.
I think we may want to consider marking sslkeylogfile as a debug option (that is, opt->dispchar = "D") in fe-connect.c. Besides being a true "debug option", this would also prevent a relatively unprivileged user of postgres_fdw or dblink from logging the backend connection's keys. WDYT? --Jacob