What is a password for?
От
Weiwei Guo
Тема
What is a password for?
Дата
Msg-id
47DCB0BC.5060009@gmail.com
Список
Дерево обсуждения
What is a password for? Weiwei Guo <wwguocn@gmail.com>
Re: What is a password for? Micah Yoder <micah@yoderdev.com>
Re: What is a password for? Weiwei Guo <wwguocn@gmail.com>
Re: What is a password for? Tom Lane <tgl@sss.pgh.pa.us>
Re: What is a password for? Weiwei Guo <wwguocn@gmail.com>
Re: What is a password for? Tom Lane <tgl@sss.pgh.pa.us>
Re: What is a password for? Abdelkader Boudih <terminale@gmail.com>
Re: What is a password for? "Andrej Ricnik-Bay" <andrej.groups@gmail.com>
Dear all, I am trying to create user/db under console with. I find that no matter I input a password or not when I'm creating or dropping a user/db, the action can be success. What is a password for? The following is what I have done: ~ $ createuser -U postgres -W super_creater_ctreated Shall the new role be a superuser? (y/n) n Shall the new role be allowed to create databases? (y/n) y Shall the new role be allowed to create more new roles? (y/n) y Password: CREATE ROLE ~ $ createuser -U super_creater_ctreated -W test_creater_created Shall the new role be a superuser? (y/n) n Shall the new role be allowed to create databases? (y/n) y Shall the new role be allowed to create more new roles? (y/n) n Password: CREATE ROLE ~ $ dropuser -U super_creater_ctreated -W test_creater_created Password: DROP ROLE ~ $ createuser -U super_creater_ctreated -W test_creater_createdno Shall the new role be a superuser? (y/n) n Shall the new role be allowed to create databases? (y/n) y Shall the new role be allowed to create more new roles? (y/n) n Password: CREATE ROLE ~ $ dropuser -U super_creater_ctreated -W test_creater_createdno Password: DROP ROLE I cannot understand the mechanism for password. Is it a bug? I'm using postgresql-8.2.6. Weiwei
В списке pgsql-novice по дате отправления