openGauss/MogDB/PostgreSQL数据库易犯的十大错误

原作者:彭冲

总结十点openGauss/MogDB/PostgreSQL数据库中容易犯的错误。

1.同时设置日志行前缀和csvlog格式

比较常见大家同时配置下面这两个参数

log_line_prefix = '%m %u %d %p' log_destination='csvlog'