PG 8.0.3 ignores parameter listen_addresses ?

From: Andreas <maps(dot)on(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: PG 8.0.3 ignores parameter listen_addresses ?
Date: 2005-07-11 14:31:02
Message-ID: 42D282A6.5080502@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I compiled a Postgres 8.0.3 on a SuSE 9.3 system.
This sytem has several network-interfaces. One points to the wild internet.

Now I'd like postgres only to listen for localhost, the LAN and probaply
the socket.
I wrote listen_addresses = 'localhost,192.168.100.1' in the
postgresql.conf restartet the pg-server and looked with netstat -lan
|grep 5432.

It still showed
tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN
tcp 0 0 :::5432 :::* LISTEN
unix 2 [ ACC ] STREAM LISTEN 65292 /tmp/.s.PGSQL.5432

Uncommenting the listen_addresses = 'localhost' in the default conf-file
does the same.
Nothing, that is. :(

I though that perhaps PG reads some other file but as I changed the port
to 5433 in the next parameter below the listen_addresses it worked.

Where am I wrong ?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-07-11 15:19:49 Re: PG 8.0.3 ignores parameter listen_addresses ?
Previous Message Alvaro Herrera 2005-07-11 14:22:38 Re: Transaction isolation levels