postgresql - how do I open pg_hba.conf? -


i'm installing , running postgres server on ub12.04 server.

could me in finding syntax open pg_hba.conf accept connection host?

i tried

host all 0.0.0.0/0 md5 

the "listen_addresses" parameter correctly set "*", , server rebooted after changes.

my guess: need set listen_adresses

listen_addresses = '*' 

in postgresql.conf.
there not enough information in question more guessing.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -