postgresql 常用命令
摘要:
yum -y install postgresql #psql -h 远程数据库IP地址 -U 用户名 psql -h 192.168.1.19 -U admin postgres -p 5432 # 查看慢日志设置时间 postgres=> show log_min_duration_statem 阅读全文
posted @ 2019-12-04 16:31 zhangmingda 阅读(269) 评论(0) 推荐(0) 编辑