| От | Tom Lane |
|---|---|
| Тема | Re: Trying to build 7.0.3 on SCO 5.0.4 |
| Дата | |
| Msg-id | 2208.974829555@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Trying to build 7.0.3 on SCO 5.0.4 (Michael Fork <mfork@toledolink.com>) |
| Список | pgsql-general |
Michael Fork <mfork@toledolink.com> writes:
> Actually, to have it wide open, i think it should be this
> #host all 0.0.0.0 0.0.0.0 trust
That *would* be wide open: allow anyone to connect from anywhere.
I think what Dave actually wants is
local all trust
host all 127.0.0.1 255.255.255.255 trust
to allow IP connections from localhost only. Depending on how his
local networking software works, he might also want a host line
mentioning his real IP address.
This is the second report I've seen this week of someone thinking that
host = 0.0.0.0 is the right thing to put in pg_hba.conf. Do we have
some erroneous documentation somewhere that suggests that?
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера