Re: Passwords

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: "Fontenot, Paul" <Paul(dot)Fontenot(at)bannerhealth(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Passwords
Date: 2003-03-28 19:15:27
Message-ID: 22550000.1048878927@lerlaptop.iadfw.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


ler=# \h alter user
Command: ALTER USER
Description: change a database user account
Syntax:
ALTER USER username [ [ WITH ] option [ ... ] ]

where option can be:

[ ENCRYPTED | UNENCRYPTED ] PASSWORD 'password'
| CREATEDB | NOCREATEDB
| CREATEUSER | NOCREATEUSER
| VALID UNTIL 'abstime'

ALTER USER username SET variable { TO | = } { value | DEFAULT }
ALTER USER username RESET variable

ler=#
--On Friday, March 28, 2003 12:08:51 -0700 "Fontenot, Paul"
<Paul(dot)Fontenot(at)bannerhealth(dot)com> wrote:

> I've recently moved from MySQL to PostgreSQL when I installed RH 8.0 and
> I have managed to get everything the way I want EXCEPT for one, how do I
> set a users password? The createuser man page is not that clear to me on
> this one.
>
> I'm using PostgreSQL Version 7.2.2-1 (shipped with RH 8.0)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

  • Passwords at 2003-03-28 19:08:51 from Fontenot, Paul

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2003-03-28 19:37:17 Re: Please help with this error message
Previous Message Fontenot, Paul 2003-03-28 19:08:51 Passwords