Re: Login as postgres

From: Franco Bruno Borghesi <franco(at)akyasociados(dot)com(dot)ar>
To: "Muhyiddin A(dot)M Hayat" <middink(at)indo(dot)net(dot)id>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Login as postgres
Date: 2003-11-18 21:32:34
Message-ID: 1069191154.44938.2.camel@taz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

same happened to me.
I didn't need to log in as postgres anyway. You can still run initdb,
createdb, createuser, etc. with your default user.

On Tue, 2003-11-18 at 15:16, Muhyiddin A.M Hayat wrote:

> i have Created the "postgres" user account by
>
> # net user postgres $password /add /fullname:postgres
> /comment:'PostgreSQL user account' /homedir:"$(cygpath -w
> /home/postgres)" # [11]
>
> # mkpasswd -l -u postgres >>/etc/passwd
>
> but i can't login as postgres
>
>
>
>

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Pieter du Plooy 2003-11-19 08:48:34 Postgres 7.4 source building problem
Previous Message Muhyiddin A.M Hayat 2003-11-18 18:16:19 Login as postgres