From: | "C(dot) Bensend" <benny(at)bennyvision(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: How to add hosts to pg_hba.conf and postgresql.conf? |
Date: | 2011-03-15 18:26:54 |
Message-ID: | 20336e5a86c7eb06a8475e331213b0bb.squirrel@webmail.stinkweasel.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> Explains why locahost is OK, but how do I get PM to listen on *.5432
Well, you believe you already have, by telling PostgreSQL to
listen on '*'. There might be a few different reason why it's
not:
1) Are you editing the correct postgresql.conf file? Do you have
multiple ones on the filesystem somewhere?
2) Are you editing the correct directive? It's 'listen_addresses'
on both my 8.x and 9.x servers. It looks like the right option
in your original posting, have you re-typed the option name just
to be sure a control or unprintable character wasn't accidentally
inserted?
Does PostgreSQL log anything when you restart it that would suggest
which file it's looking at, or if it's complaining about the
configuration it's reading?
Benny
--
"Hairy ape nads." -- Colleen, playing Neverwinter Nights
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2011-03-15 18:29:22 | Re: How to add hosts to pg_hba.conf and postgresql.conf? |
Previous Message | Raymond O'Donnell | 2011-03-15 18:26:13 | Re: How to add hosts to pg_hba.conf and postgresql.conf? |