[HACKERS] alter user problem

2002-12-19 Thread postgresql
Hi all I have install Postgresql 7.3 with user name EDU.then I enter the psql to change the password for EDU using "alter user EDU with password '''it returns " user EDU do not exist".I check the system table pg_user, and the user 'EDU' actually exists.But if I take the following

Re: [HACKERS] alter user problem

2002-12-19 Thread Christopher Kings-Lynne
2002 10:01 AMTo: [EMAIL PROTECTED]Subject: [HACKERS] alter user problem Hi all I have install Postgresql 7.3 with user name EDU.then I enter the psql to change the password for EDU using "alter user EDU with password '''it returns " user EDU do not exist"