数据库
首页 > 数据库> > PostgressQL

PostgressQL

作者:互联网

进入容器内部,使用postgres cli命令

docker exec -it [mypostgres] /bin/bash

psql -U postgres -W # 使用密码登录

参考:
https://blog.csdn.net/smstong/article/details/17138355

标签:PostgressQL,postgres,blog,csdn,details,https,cli
来源: https://www.cnblogs.com/unixcs/p/13356708.html