Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.postgresql > #283

Re: free database for Mac OS X?

From Mladen Gogala <gogala.mladen@gmail.com>
Newsgroups comp.databases.postgresql
Subject Re: free database for Mac OS X?
Date 2011-11-28 00:00 +0000
Organization solani.org
Message-ID <pan.2011.11.28.00.00.31@gmail.com> (permalink)
References (2 earlier) <2bea9415-e689-4ed6-b26c-6510f78e7e5f@w15g2000yqc.googlegroups.com> <japdbg$1fg0$1@talisker.lacave.net> <eb80b4dc-ab10-4c99-a884-89cab3152b18@h21g2000yqg.googlegroups.com> <pan.2011.11.27.17.33.27@gmail.com> <jau3si$j9r$1@news.albasani.net>

Show all headers | View raw


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

Back to comp.databases.postgresql | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: free database for Mac OS X? Matt <hfrarg@syrius.org.invalid> - 2011-11-26 01:54 +0100
  Re: free database for Mac OS X? justaguy <donli@yahoo.com> - 2011-11-25 19:08 -0800
    Re: free database for Mac OS X? Mladen Gogala <gogala.mladen@gmail.com> - 2011-11-27 17:33 +0000
      Re: free database for Mac OS X? HoneyMonster <someone@someplace.invalid> - 2011-11-27 19:43 +0000
        Re: free database for Mac OS X? Mladen Gogala <gogala.mladen@gmail.com> - 2011-11-28 00:00 +0000
      Re: free database for Mac OS X? "Laurenz Albe" <invite@spam.to.invalid> - 2011-11-28 09:41 +0100
        Re: free database for Mac OS X? Mladen Gogala <gogala.mladen@gmail.com> - 2011-12-01 21:53 +0000
          Re: free database for Mac OS X? "Laurenz Albe" <invite@spam.to.invalid> - 2011-12-02 09:40 +0100

csiph-web