0
I am trying to create a server with external IP in my pgAdmin 4, but the following error occurs when I try to save it:
Accessing the file pg_hba.conf
I found that the same is so currently:
TYPE DATABASE USER ADDRESS METHOD
Ipv4 local Connections:
host all 192.168.1.130/32 md5
host all 0.0.0/0 trust
Ipv6 local Connections:
host all ::1/128 md5
I tried to change the line host all 192.168.1.130/32 md5 for host postgres postgres 192.168.1.130/32 md5, but the error persists;
If you have any suggestions.