Re: [newbie] server startup

From: Mark Probert <probertm(at)acm(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [newbie] server startup
Date: 2005-08-23 23:36:01
Message-ID: 1124840161.6792.41.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi ..

On Tue, 2005-08-23 at 14:45 -0700, Mark Probert wrote:
>
> SO, the db is up and running locally but I can't get to it from the
> network.
>
With a friend's help, I worked out that I need to edit two files:

postgresql.conf (listen_address = '*')
pg_hba.conf (add "host all all 192.168.0.0/16 trust")

Now it is working.

Thanks,

--
-mark. (probertm at acm dot org)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Eckermann 2005-08-23 23:56:10 Re: ctid access is slow
Previous Message Robert Treat 2005-08-23 22:29:24 Re: ctid access is slow