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
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
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
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;