Re: New to postgreSQL

From: SEKA Bruno-Emmanuel <master(dot)ematris(at)gmail(dot)com>
To: Ramesh <ramesh4f(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: New to postgreSQL
Date: 2017-09-04 14:28:09
Message-ID: CALgD7jCVOorMR1w6rttRX_8Cgn232DAvdp=RwdkWqQbzqzMtww@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

maybe you want to check this page :

https://www.postgresql.org/docs/9.5/static/app-createuser.html

On Mon, Sep 4, 2017 at 2:11 PM, Ramesh <ramesh4f(at)gmail(dot)com> wrote:

> HI all
>
> Im new to postgres.
>
> I tried to create user with the command createuser from outside the
> psql client. But got the below error.
>
> Based on tutorial, I could see the createuser <<username>> gets created,
> but while login it will throw error. My case is like below.
>
>
> [postgres(at)localhost ~]$ createuser mytest
> Password:
> createuser: could not connect to database postgres: FATAL: password authentication failed for user "postgres"
>
> ​
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sumeet Shukla 2017-09-04 15:42:42 wal_level not changing
Previous Message Ramesh 2017-09-04 14:11:37 New to postgreSQL