Thread: Network access.
View Single Post

   
  #2 (permalink)  
Old 04-17-2008, 08:37 PM
Raymond O'Donnell
 
Posts: n/a
Default Re: Network access.

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 the
line is having no effect - remove the '#' and restart postmaster.

This list isn't the appropriate place for this question - better on
pgsql-general.

--Ray.

----------------------------------------------------------------------

Raymond O'Donnell
Director of Music, Galway Cathedral, Galway, Ireland
rod@iol.ie
----------------------------------------------------------------------



---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Reply With Quote