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

2022-08-08 Thread Julien Rouhaud
Hi, On Mon, Aug 08, 2022 at 05:45:38PM -0400, Tom Lane wrote: > PG Doc comments form writes: > > 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 Windo

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

2022-08-08 Thread Tom Lane
PG Doc comments form writes: > 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 >