pgadmin4 configuration with no passwords?

2019-05-09 Thread Tom Browder
I want to start playing with pgadmin4 on my local host (single user) with
no passwords for my own databases. Also, I have no password for user
postgres since I change to it via su when I need it.

So can I use pgadmin4 for that scenario?  My initial foray into using it in
local desktop mode seems to require passwords for everything.

Thanks.

-Tom


Re: pgadmin4 configuration with no passwords?

2019-05-10 Thread Tom Browder
On Thu, May 9, 2019 at 22:13 Nagaraj Raj  wrote:

> Hi Tom,
> Yes, you can use password less login through pgAdmin.
> In pg_hba.conf file add,
> host  all   all   trust.
>

Thank you, Naga! I forgot about that conf file after blowing away my old
postgresql package and reinstalling pg 11.

Warm regards,

-Tom