设置容器中pgsql密码

 # su postgres
psql
postgres=# ALTER USER postgres WITH PASSWORD 'postgres';
postgres=# \q

posted @ 2019-07-22 20:53  清晨时光  阅读(839)  评论(0编辑  收藏  举报