Re: little bug in 8.3?
От | Tom Lane |
---|---|
Тема | Re: little bug in 8.3? |
Дата | |
Msg-id | 733.1205356335@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | little bug in 8.3? ("Kasia Tuszynska" <ktuszynska@esri.com>) |
Ответы |
Re: little bug in 8.3?
|
Список | pgsql-novice |
"Kasia Tuszynska" <ktuszynska@esri.com> writes: > In the 8.3 release of postgres, pg_hba.conf has this contents > > # - Connection Settings - > > #listen_addresses = '*' # what IP address(es) to listen on; > # comma-separated list of > addresses; That's not what's in the source code: # - Connection Settings - #listen_addresses = 'localhost' # what IP address(es) to listen on; # comma-separated list of addresses; # defaults to 'localhost', '*' = all # (change requires restart) #port = 5432 # (change requires restart) Not sure what happened to your copy... regards, tom lane
В списке pgsql-novice по дате отправления: