设置容器中pgsql密码

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

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