Re: [ADMIN] Change user password

2008-12-09 Thread Scott Marlowe
On Fri, Dec 5, 2008 at 8:42 AM, Dan Scott <[EMAIL PROTECTED]> wrote: > Hi, > > Is is possible to modify a user password using a command line script? > I know about the ALTER USER command from within the client, but this > looks like it's quite insecure, storing the password in the history. I > know

Re: [ADMIN] Change user password

2008-12-09 Thread Quan Zongliang
Hi, Scott It seems no such command exists. --- Quan Zongliang [EMAIL PROTECTED] CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscriptio

[ADMIN] Change user password

2008-12-09 Thread Dan Scott
Hi, Is is possible to modify a user password using a command line script? I know about the ALTER USER command from within the client, but this looks like it's quite insecure, storing the password in the history. I know it's possible to insert the encrypted password with ALTER USER but that means g

[ADMIN] Change user password

2008-12-08 Thread Daniel Scott
Hi, Is is possible to modify a user password using a command line script? I know about the ALTER USER command from within the client, but this looks like it's quite insecure, storing the password in the history. I know it's possible to insert the encrypted password with ALTER USER but that means g