postgreSQL9.3日志配置

本文介绍了如何配置PostgreSQL9.3的日志系统,包括调整日志级别、内容和格式,如log_line_prefix、log_connections和log_disconnections等参数。通过设置log_destination为'csvlog'和启用logging_collector,可以将日志保存为CSV格式,便于进一步分析和导入数据库。此外,文章还提到了使用COPY命令在数据库表与文件间移动数据的方法。
摘要由CSDN通过智能技术生成

pg的日志配置选项很多,默认的情况下pg只是记录了启动停止的信息。在postgresql.conf配置文件中,你可以配置日志记录在哪里,日志记录什么,日志什么时候记录。如下面的是我自己测试的设置

# - When to Log -


client_min_messages = notice # values in order of decreasing detail:
#   debug5
#   debug4
#   debug3
#   debug2
#   debug1
#   log
#   notice
#   warning
#   error


log_min_messages = warning # values in order of decreasing detail:
#   debug5
#   debug4
#   debug3
#   debug2
#   debug1
#   info
#   notice
#   warning
#   error
#   log
#   fatal
#   panic

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值