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

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method
Дата
Msg-id 53E2B555.2080506@hogranch.com
обсуждение исходный текст
Ответ на Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method  (Jorge Arevalo <jorgearevalo@libregis.org>)
Ответы Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method  (Jorge Arevalo <jorgearevalo@libregis.org>)
Список pgsql-general
On 8/6/2014 3:43 PM, Jorge Arevalo wrote:
>
> I want to connect to my local installation of PostgreSQL 9.1 using my
> machine user (who is vagrant). So, after reading PostgreSQL
> documentation, I thought I just needed to:
>


wouldn't it be easier to ...

     create user vagrant superuser;
     create database vagrant owner vagrant;

?



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Frank Pinto
Дата:
Сообщение: Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method