Re: psql: FATAL: missing or erroneous pg_hba.conf file

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql: FATAL: missing or erroneous pg_hba.conf file
Дата
Msg-id 9687.1145630774@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql: FATAL: missing or erroneous pg_hba.conf file  (Mark Sargent <coolboarderguy@gmail.com>)
Ответы Re: psql: FATAL: missing or erroneous pg_hba.conf file  (Mark Sargent <coolboarderguy@gmail.com>)
Список pgsql-general
Mark Sargent <coolboarderguy@gmail.com> writes:
> # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD

> # "local" is for Unix domain socket connections only
> local   all         trust

That's short one "all": you need type, database, user, method columns
(but no address column for "local").

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: How to replace rows in table so that foreign key rows
Следующее
От: ptjm@interlog.com (Patrick TJ McPhee)
Дата:
Сообщение: Re: primary keys