Re: pgsql: Adjust user-facing documentation to explain why we don't check - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Adjust user-facing documentation to explain why we don't check
Date
Msg-id 13681.1171997027@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Adjust user-facing documentation to explain why we don't check  (Bruce Momjian <bruce@momjian.us>)
List pgsql-committers
Bruce Momjian <bruce@momjian.us> writes:
> Magnus Hagander wrote:
>> PGPASSFILE takes a full path name, so you can put the file anywhere you
>> want. Just like on Unix.

> OK, so we _do_ need to check the permissions on pgpass on Win32, but we
> just don't know how to do that?

We could ignore PGPASSFILE on Windows, or restrict it to be in the
secure directory ...

            regards, tom lane

pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Adjust user-facing documentation to explain why we don't check
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update information_schema documentation to match system tables.