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

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method
Date: 2014-08-06 23:08:05
Message-ID: 53E2B555.2080506@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-08-06 23:14:59 Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method
Previous Message Frank Pinto 2014-08-06 22:56:25 Re: Connecting with PostgreSQL 9.1 using the Ubuntu machine user and peer authentication method