Re: [GENERAL] postgres only in local socket

2009-04-28 Thread A. Kretschmer
In response to Developer : > How to "listen" only in local socket? Set in your postgresql.conf: listen_addresses = '' (uncomment this line and set the value to '') Andreas -- Andreas Kretschmer Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header) GnuPG-ID: 0x3FFF606C, priv

Re: [GENERAL] postgres only in local socket

2009-04-28 Thread Bill Moran
In response to Developer : > Hello, > > In config: > > > # - Connection Settings - > > > > #listen_addresses = 'localhost' # what IP address(es) to listen on; > > # comma-separated list of addresses; > > # d

Re: [GENERAL] postgres only in local socket

2009-04-28 Thread Jasen Betts
On 2009-04-28, Developer wrote: > Hello, > > In config: > >> #listen_addresses = 'localhost' # what IP address(es) to listen on; >> # comma-separated list of addresses; >> # defaults to 'localhost', '*' = all

[GENERAL] postgres only in local socket

2009-04-28 Thread Developer
Hello, In config: > # - Connection Settings - > > #listen_addresses = 'localhost' # what IP address(es) to listen on; > # comma-separated list of addresses; > # defaults to 'localhost', '*' = all >