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:
>>>
>>>
>>> https://doxygen.postgresql.org/fe-
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:
> >
> >
> > https://doxygen.postgresql.org/fe-connect_8c.html#a3f49cbb20595c1765bd0db5ff434c9c3
> >
> > Is it worth g
On Mon, Aug 19, 2024 at 05:42:33PM -0700, David G. Johnston wrote:
> On Mon, Aug 19, 2024 at 5:06 PM Bruce Momjian wrote:
> 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
> 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
On Mon, Aug 19, 2024 at 5:06 PM Bruce Momjian wrote:
> On Thu, Aug 8, 2024 at 09:44:51AM +, PG Doc comments form wrote:
> > The following documentation comment has been logged on the website:
> >
> > Page: https://www.postgresql.org/docs/16/libpq-pgpass.html
> > Description:
> >
> > The docu
On Thu, Aug 8, 2024 at 09:44:51AM +, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/16/libpq-pgpass.html
> Description:
>
> The documentation of the .pgpass password file is incomplete in the Unix
>
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/16/libpq-pgpass.html
Description:
The documentation of the .pgpass password file is incomplete in the Unix
case (https://www.postgresql.org/docs/16/libpq-pgpass.html):
It does not mention ho