Re: createuser --password

From: Bhuvan A <bhuvansql(at)linuxfreemail(dot)com>
To: Postgresql-Admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: createuser --password
Date: 2002-07-09 04:36:07
Message-ID: Pine.LNX.4.44.0207091002150.1604-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

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(at)S
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message aw-ml23 2002-07-09 07:45:52 How robust is postgre in case of power failure?
Previous Message Curt Sampson 2002-07-09 02:31:05 Re: memory strangeness (fwd)

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2002-07-09 05:18:30 Re: I am being interviewed by OReilly
Previous Message Tom Lane 2002-07-09 04:11:10 Re: Frontend/backend protocol authentication