Re: PG 8.0.3 ignores parameter listen_addresses ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PG 8.0.3 ignores parameter listen_addresses ?
Дата
Msg-id 8972.1121095189@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PG 8.0.3 ignores parameter listen_addresses ?  (Andreas <maps.on@gmx.net>)
Ответы Re: PG 8.0.3 ignores parameter listen_addresses ?
Список pgsql-general
Andreas <maps.on@gmx.net> 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

В списке pgsql-general по дате отправления: