Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Mladen Gogala Newsgroups: comp.databases.postgresql Subject: Re: free database for Mac OS X? Date: Mon, 28 Nov 2011 00:00:31 +0000 (UTC) Organization: solani.org Lines: 39 Message-ID: References: <3d6a2f5f-119e-47c9-b397-84bd70935de9@z12g2000yqm.googlegroups.com> <2bea9415-e689-4ed6-b26c-6510f78e7e5f@w15g2000yqc.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: weretis.net 1322438431 9637 eJwFwYcRwEAIA7CVnmLKOMEH+48QCRYSTA+E43BaKjrzrZpsFyPoo0/JwWJ6Cau5lO5O4v0baREE (28 Nov 2011 00:00:31 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Mon, 28 Nov 2011 00:00:31 +0000 (UTC) User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-User-ID: eJwNyEcBwDAMA0BMTuUFxyPiDyG95+lnYuMwNSiVs7HcbOcfV6ZrEXKqeNi4aukCy6gC2289PssSLw== Cancel-Lock: sha1:2F7oOcATHBLHci/RW5Aqu62+yN0= X-NNTP-Posting-Host: eJwNyMEBwEAEBMCWCLt3ykHov4RkngOjso8TdCyWjPbDI5XOmL8b0XmfwqrZ0diUXFGp7Zc+jcyXNYUr8BiUwaHXZBbXP8JtGZ0= Xref: x330-a1.tempe.blueboxinc.net comp.databases.postgresql:283 On Sun, 27 Nov 2011 19:43:14 +0000, HoneyMonster wrote: > On Sun, 27 Nov 2011 17:33:28 +0000, Mladen Gogala wrote: > >> On Fri, 25 Nov 2011 19:08:07 -0800, justaguy wrote: >> >>> Thanks for the idea of postgresql, bad experience. It took 10+ >>> minutes to install to Windows 7 (prompted with fatal error) and yet >>> completed installation successfully. It won't start the server. >>> Rebooted, yes, it started the server, however, the pgAdmin III (mgr >>> tool) failed to connect to it. Don't know what's going on here... >> >> Probably the listener parameter in postgresql.conf. You need to set it >> to '*' and restart the service. > > Mladen, > > I think you mean listen_addresses. But you are joking about *, aren't > you? No, I am not joking. That directs Postgres to listen on all available addresses. This is what I have in my postgresql.conf: listen_addresses = '*' #listen_addresses = 'localhost' # what IP address(es) to listen on; # comma-separated list of addresses; # defaults to 'localhost', '*' = all # (change requires restart) #port = 5432 # (change requires restart) max_connections = 100 # (change requires restart) It works well, I don't see any problems with that setting. -- http://mgogala.byethost5.com