Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method - Mailing list pgsql-general

From John R Pierce
Subject Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method
Date
Msg-id 53E2B555.2080506@hogranch.com
Whole thread Raw
In response to Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method  (Jorge Arevalo <jorgearevalo@libregis.org>)
Responses Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method  (Jorge Arevalo <jorgearevalo@libregis.org>)
List 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 by date:

Previous
From: Frank Pinto
Date:
Subject: Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method
Next
From: Adrian Klaver
Date:
Subject: Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method