How to rotate server log in postgres
Below command signals the log-file manager to switch to a new output file immediately.it is just like an alert log
postgresql configurationintermediate
by PostgreSQL
13 views
Below command signals the log-file manager to switch to a new output file immediately.it is just like an alert log
123456
Below command signals the log-file manager to switch to a new output file immediately.it is just like an alert log
postgres=#
select pg_rotate_logfile() ;
pg_rotate_logfile
-------------------
tPlease to add comments
No comments yet. Be the first to comment!