Hi Ignacio and Martuza, thanks for the pointers.
The file permissions were good and it turns out it was the host addr of
localhost causing a problem.
I did have to change it to /var/run/postgresql
I originally used localhost because of the postgresql (was looking at OLD
docs from 9.4! my mistake
Have pgadmin access to that file? Check permissions of the folder and files
De: Saulteau Don
Enviado: Friday, February 15, 2019 1:56:08 PM
Para: pgadmin-support@lists.postgresql.org
Asunto: pgadmin4 won't use pgpass file
I'm running postgresql 11.1
I'm running postgresql 11.1 (via unix socket only) and pgadmin 4.2 on linux.
I have a .pgpass file for the postgres user to a specific database but
pgadmin4 keeps asking for a password. Using psql from the command line
works fine.
my pgpass looks like the following
localhost:5432:newdb:postgres:*