On Thu, Aug 7, 2014 at 1:08 AM, John R Pierce <pie...@hogranch.com> wrote:

> 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
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>


That's an option, yes. I just wanted to avoid the creation of a new
superuser, if I can identify my vagrant machine user with db postgres user



-- 
Jorge Arevalo
Freelance developer

http://about.me/jorgeas80

Reply via email to