alter user problem

Поиск
Список
Период
Сортировка
От postgresql
Тема alter user problem
Дата
Msg-id 20021220095446.SM01100@gaojun
обсуждение исходный текст
Ответы Re: alter user problem  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: What else needs to be done for 7.3.1?
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: alter user problem