Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method

Поиск
Список
Период
Сортировка
От Ray Stell
Тема Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method
Дата
Msg-id CBB57C05-E35E-40DE-8F84-383DEBCF4B83@vt.edu
обсуждение исходный текст
Ответ на Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method  (Frank Pinto <frank@ayalo.co>)
Список pgsql-general

On Aug 6, 2014, at 6:56 PM, Frank Pinto <frank@ayalo.co> wrote:

and make sure you restarted the server so your changes take effect.


reload will get it, also, and is sometimes easier to come by. 

The pg_hba.conf file is read on start-up and when the main server process receives a SIGHUP signal. If you edit the file on an active system, you will need to signal the postmaster (using pg_ctl reload or kill -HUP) to make it re-read the file.

Вложения

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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: Reindex taking forever, and 99% CPU
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method