Re: How to add hosts to pg_hba.conf and postgresql.conf?

Поиск
Список
Период
Сортировка
От C. Bensend
Тема Re: How to add hosts to pg_hba.conf and postgresql.conf?
Дата
Msg-id 20336e5a86c7eb06a8475e331213b0bb.squirrel@webmail.stinkweasel.net
обсуждение исходный текст
Ответ на Re: How to add hosts to pg_hba.conf and postgresql.conf?  (general_lee <tim_stockford@hotmail.com>)
Список 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



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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: How to add hosts to pg_hba.conf and postgresql.conf?
Следующее
От: "Francisco Figueiredo Jr."
Дата:
Сообщение: Re: [GENERAL] Different encoding for string values and identifier strings? Or (select 'tést' as tést) returns different values for string and identifier...