Re: change user password

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Hugo Takada <htakada(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: change user password
Date: 2005-02-17 19:04:38
Message-ID: 20050217190438.GA27175@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 17, 2005 at 02:30:33PM -0400, Hugo Takada wrote:
>
> hi, is it possible to change the current user's password from a
> function/stored procedure , I mean, is there a system function/stored
> procedure to do it? like the dbo.sp_password found in adaptive server
> anywhere.

See the documentation for ALTER USER.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Allgood 2005-02-17 19:18:37 Re: Problems compiling 7.4.6 src rpms
Previous Message Michael Fuhr 2005-02-17 18:59:28 Re: Checking of constraints via subqueries?