Andreas <[EMAIL PROTECTED]> writes:
> 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

I'll bet you have -i on the postmaster command line; that overrides
listen_addresses from the config file.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to