Postgresql 帐号密码修改方法

1.Linux环境下  
#su  postgres   
-bash-3.2$psql -U postgres   
postgres=#alter user postgres with password 'new password';  
postgres=#\q
posted @ 2019-09-19 08:43  疯子110  阅读(809)  评论(0编辑  收藏  举报