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_statement; log_min_duration_statement ---------------------------- 1s (1 row) #设置慢日志记录时间 postgres=>alter system set log_min_duration_statement=5000;
https://www.cnblogs.com/Pusteblume/p/10259204.html
posted on 2019-12-04 16:31 zhangmingda 阅读(269) 评论(0) 编辑 收藏 举报