Re: pgadmin4 won't use pgpass file

2019-02-20 Thread Saulteau Don
e same value of the host field from > server properties dialog into pgpass file. > > Can you try with following? > /var/run/postgresql:5432:newdb:postgres:** > > > -- Murtuza > > > On Sat, Feb 16, 2019 at 2:06 PM Saulteau Don wrote: > >> I'm ru

pgadmin4 won't use pgpass file

2019-02-16 Thread Saulteau Don
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:*