From: | "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu> |
---|---|
To: | "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>, "Kevin Kempter" <kevin(at)kevinkempterllc(dot)com>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: default port number |
Date: | 2007-09-04 19:16:35 |
Message-ID: | FE44E0D7EAD2ED4BB2165071DB8E328C03062BBE@egcrc-ex01.egcrc.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi Kevin.
I had to read your message twice and look at
pg_hba.conf file, but I am now clear. Yes,
a big difference between listen *on* and
listen *to*.
Many thanks.
Tena Sakai
tsakai(at)gallo(dot)ucsf(dot)edu
-----Original Message-----
From: Kevin Grittner [mailto:Kevin(dot)Grittner(at)wicourts(dot)gov]
Sent: Tue 9/4/2007 11:54 AM
To: Tena Sakai; Kevin Kempter; pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] default port number
>>> On Tue, Sep 4, 2007 at 1:18 PM, in message
<FE44E0D7EAD2ED4BB2165071DB8E328C03062BBD(at)egcrc-ex01(dot)egcrc(dot)org>, "Tena Sakai"
<tsakai(at)gallo(dot)ucsf(dot)edu> wrote:
> '*' is a bit too wide for my taste. I wonder
> if it is possible to specify something like
> network mask (or range)?
This is not the IP list you will listen *to*, but the IP list you will
listen *on*. (You may have multiple network adapters and not want to
accept connections on all of them.)
To limit the IP addresses which can connect to the server, see the
pg_hba file.
-Kevin
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Koczan | 2007-09-05 02:58:02 | Re: geometry poligons performance and index |
Previous Message | Kevin Grittner | 2007-09-04 18:54:17 | Re: default port number |