Re: pg_connect troubles on localhost

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_connect troubles on localhost
Дата
Msg-id 22334.1132932496@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_connect troubles on localhost  (John Taber <jtaber@johntaber.net>)
Ответы Re: pg_connect troubles on localhost
Список pgsql-general
John Taber <jtaber@johntaber.net> writes:
> # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD
> # "local" is for Unix domain socket connections only
> local   all         all                               ident sameuser

"ident sameuser" means you can only connect as the PG user with the same
name as the operating system account that's running the program you try
to connect from.  (In the case of a PHP program that's probably going to
be the Apache daemon user.)  Passwords are not relevant for ident auth.

            regards, tom lane

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: crosstab doesn't work
Следующее
От: Greg Stark
Дата:
Сообщение: Re: regarding postmaster.pid file