Re: [pgadmin-support] Network access problem

2005-07-14 Thread Miha Radej
hi! please also try uncommenting the listen_addresses line, ie. to: listen_addresses = '*' then reload the configuration or restart the server and try again. regards, M [EMAIL PROTECTED] wrote: I have installed PostGreSql on my machine. Then I changed “postgresql.conf” file to allow database

[pgadmin-support] Network access problem

2005-07-14 Thread Joshi.Yogesh
Hello,   I have installed PostGreSql on my machine. Then I changed “postgresql.conf” file to allow database access over a network.   I modified #listen_addresses from localhost to *   #listen_addresses = ‘*’   # what IP interface(s) to listen on;