View Single Post
SovRedBit
Member
Join Date: May 2017
Old 06-13-2017 , 13:27   Re: PostgreSQL Database Interface
Reply With Quote #22

I fixed it by making this:
1- I changed listen_addresses = 'localhost' in postgresql.conf to listen_addresses = '*'
2- In pg_hba.conf i have added a new line "host all all 178.170..../32 password"
Then service postgresql restart
And that fixed the problem on client side, but the extension won't work
SovRedBit is offline