Re: createuser --password - Mailing list pgsql-admin

From Bhuvan A
Subject Re: createuser --password
Date
Msg-id Pine.LNX.4.44.0207091002150.1604-100000@Bhuvan.bksys.co.in
Whole thread Raw
In response to createuser --password  (Stephane Schildknecht <sschildknecht@aurora-linux.com>)
List pgsql-admin
Hi,

I am not sure about the command line option, but the password for any user
can be set using ALTER USER sql command.

ALTER USER my_user ENCRYPTED PASSWORD 'my_pass';

also refer the documentation for details.

regards,
bhuvaneswaran.

On 8 Jul 2002, Stephane Schildknecht wrote:

> Hi,
>
>     Is there a way to give the password of the user to be created on the
> command line ?
>
> S@S
>





pgsql-admin by date:

Previous
From: Curt Sampson
Date:
Subject: Re: memory strangeness (fwd)
Next
From: "Michael A. Schulte"
Date:
Subject: psql in Batch mode and passwords?