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

Поиск
Список
Период
Сортировка
От general_lee
Тема Re: How to add hosts to pg_hba.conf and postgresql.conf?
Дата
Msg-id 1300212025858-3712646.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: How to add hosts to pg_hba.conf and postgresql.conf?  ("C. Bensend" <benny@bennyvision.com>)
Ответы Re: How to add hosts to pg_hba.conf and postgresql.conf?  ("C. Bensend" <benny@bennyvision.com>)
Список pgsql-general
Here you go.

Explains why locahost is OK, but how do I get PM to listen on *.5432

Thanks for your help

# netstat -a | grep LISTEN
localhost.5999             *.*                0      0 49152      0 LISTEN
      *.ssh                *.*                0      0 49152      0 LISTEN
      *.telnet             *.*                0      0 49152      0 LISTEN
localhost.smtp             *.*                0      0 49152      0 LISTEN
localhost.submission       *.*                0      0 49152      0 LISTEN
      *.sunrpc             *.*                0      0 49152      0 LISTEN
      *.32796              *.*                0      0 49152      0 LISTEN
      *.lockd              *.*                0      0 49152      0 LISTEN
perjt02-55.5666         *.*                0      0 49152      0 LISTEN
localhost.5432             *.*                0      0 49152      0 LISTEN
      *.ssh                             *.*                             0
0 49152      0 LISTEN
      *.telnet                          *.*                             0
0 49152      0 LISTEN

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/How-to-add-hosts-to-pg-hba-conf-and-postgresql-conf-tp3708421p3712646.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

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

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