Re: [pgadmin-support] Network access.

2006-11-06 Thread Raymond O'Donnell
On 1 Nov 2006 at 15:14, Raj aryan wrote: > #listen_addresses = '*' # what IP interface(s) to listen on; Probably a silly question, but did you remove the '#' at the beginning of the line? '#' marks a comment - anything after it is ignored, up to the end of the line. If it's still there, then

[pgadmin-support] Network access.

2006-11-06 Thread Raj aryan
Hi,   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;     # de

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;