alter user problem - Mailing list pgsql-hackers

From postgresql
Subject alter user problem
Date
Msg-id 20021220095446.SM01100@gaojun
Whole thread Raw
Responses Re: alter user problem
List pgsql-hackers
<p>Hi all<p>I have install Postgresql 7.3 with user name EDU.<br />then I enter the psql to change the password for EDU
using"alter user EDU with password 'aaaa''<br />it returns " user EDU do not exist".<br />I check the system table
pg_user,and the user 'EDU' actually exists.<br />But if I take the following SQL, it works<br />"create user TEST'<br
/>"Alteruser TEST with password 'dddd';<br />I check the pg_user again, and find the user "TEST' is replace by
'test'.<br/>So I have a question:<br />How I change the password for the initial user "EDU", or is it  a bug for
postgresql7.3?<br />Great thanks for any message<br />Josh. 

pgsql-hackers by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: What else needs to be done for 7.3.1?
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: alter user problem