Hi there I have a remote computer that is running postgre server. In the pg_hba.conf file, I know there is some setting to allow specific hosts.
I think the following entry allows local host to connect to the server. Is there a way to specify all IP address in the following line, instead of a single one?
host all all 127.0.0.1 255.255.255.255
Now, when I try to connect from a another computer, i get
Missing or erroneous pg_hba.conf file, see postmaster log for details
I think the following entry allows local host to connect to the server. Is there a way to specify all IP address in the following line, instead of a single one?
host all all 127.0.0.1 255.255.255.255
Now, when I try to connect from a another computer, i get
Missing or erroneous pg_hba.conf file, see postmaster log for details