数据仓库服务 GAUSSDB(DWS)-服务器信号函数:pg_rotate_logfile()

时间:2024-09-24 15:54:38

pg_rotate_logfile()

描述:滚动服务器的日志文件。

返回值类型:boolean

备注:pg_rotate_logfile通知日志文件管理器立即切换到一个新的输出文件。该函数仅在内置日志收集器运行时有效。

示例:

1
2
3
4
5
SELECT pg_rotate_logfile();
 pg_rotate_logfile
-------------------
 t
(1 row)
support.huaweicloud.com/sqlreference-910-dws/dws_06_0055.html