Re: Is my home $HOME or is it getpwent()->pw_dir ?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Chapman Flack <chap(at)anastigmatix(dot)net>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Is my home $HOME or is it getpwent()->pw_dir ?
Date: 2021-12-18 21:16:21
Message-ID: CAKFQuwaxV0Y--zcXoFx8a4yYFkbeFtiCaSTY+sBj-c6QyFEg6w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Dec 18, 2021 at 2:07 PM Chapman Flack <chap(at)anastigmatix(dot)net> wrote:

> On 12/18/21 15:57, Chapman Flack wrote:
> > I see that I can set
> > a HISTFILE variable (or set PSQL_HISTORY in the environment),
> > and can set PSQLRC in the environment (but not as a variable),
> > and nothing can set the .pgpass location
>
> well, not in the psql docs, but in the environment variable section
> for libpq I do see a PGPASSFILE.
>
>
psql docs saith:

"This utility, like most other PostgreSQL utilities, also uses the
environment variables supported by libpq (see Section 34.15)."

David J.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chapman Flack 2021-12-18 21:21:16 Re: Is my home $HOME or is it getpwent()->pw_dir ?
Previous Message Chapman Flack 2021-12-18 21:07:47 Re: Is my home $HOME or is it getpwent()->pw_dir ?