Postgresql 帐号密码修改方法

前端之家收集整理的这篇文章主要介绍了Postgresql 帐号密码修改方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. 1.Linux环境下
  2. #supostgres
  3. -bash-3.2$psql-Upostgres
  4. postgres=#alteruserpostgreswithpassword'newpassword'; //这个new password就是新密码
  5. postgres=#\q
原文链接:https://www.f2er.com/postgresql/193789.html

猜你在找的Postgre SQL相关文章