Re: Documentation of .pgpass for Unix is incomplete

2024-11-01 Thread Marc Balmer
Thanks, Bruce! > Am 01.11.2024 um 18:32 schrieb Bruce Momjian : > > On Tue, Aug 20, 2024 at 09:24:43AM +0200, Marc Balmer wrote: >> >>> Well, it is more complicated than checking just HOME because it calls >>> getpwuid_r() if HOME is not set: >>> >

Re: Documentation of .pgpass for Unix is incomplete

2024-08-20 Thread Marc Balmer
> Well, it is more complicated than checking just HOME because it calls > getpwuid_r() if HOME is not set: > > > https://doxygen.postgresql.org/fe-connect_8c.html#a3f49cbb20595c1765bd0db5ff434c9c3 > > Is it worth going into that detail in the docs? Yes definitely. This not being proper