Re: connecting pgadmin3 to the postgres

Поиск
Список
Период
Сортировка
От Kevin B.
Тема Re: connecting pgadmin3 to the postgres
Дата
Msg-id 32901.67.87.27.161.1100276573.squirrel@www.ke5in.com
обсуждение исходный текст
Ответ на connecting pgadmin3 to the postgres  ("Kevin B." <db@ke5in.com>)
Ответы Re: connecting pgadmin3 to the postgres  (Cheetah <fastcat@gmail.com>)
Список pgadmin-support
> But in the pg_hba.conf file there is this line:
> local  all    all             ident   sameuser
> which I thought would allow any type of connection to the postgres server
> from the local machine.
>

Ok, I changed the above line to:

local  all    all          trust

and that did not work but this line did:

host    all         all         127.0.0.1         255.255.255.255   true

-------------------------

I can see, now, why "local all all ident  sameuser" wouldn't work.
But why doesn't "local all all trust" work when
"host all all 127.0.0.1 255.255.255.255  true" does?

Thanks,
Kevin


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

Предыдущее
От: Adam H.Pendleton
Дата:
Сообщение: Re: OS X compile error
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: rc-1 problem with long text fields?