34.16. The Password File error re windows pgpass.conf location

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: coleman(dot)rik(at)gmail(dot)com
Subject: 34.16. The Password File error re windows pgpass.conf location
Date: 2022-08-08 19:03:38
Message-ID: 165998541845.302446.619834691832600784@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/libpq-pgpass.html
Description:

On this page: https://www.postgresql.org/docs/current/libpq-pgpass.html
It incorrectly states:
%APPDATA%\postgresql\pgpass.conf
In reality this files needs to be placed here on a Windows system:
%APPDATA%\Roaming\postgresql\pgpass.conf
^^^^^^^^

Thanks,
rik

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2022-08-08 21:45:38 Re: 34.16. The Password File error re windows pgpass.conf location
Previous Message Xiong He 2022-08-04 15:14:53 Re: The sample FDW table: pglog not work in https://www.postgresql.org/docs/14/file-fdw.html