はい-そのような機能はありません-cronが必要です
https://www.postgresql.org/docs/current /static/runtime-config-logging.html
ログの量を確認するために、細かいジョブを設定することもできます:
* * * * * rm $(ls -t /PGDATA/pg_log/* | tail -n 1)
はい-そのような機能はありません-cronが必要です
https://www.postgresql.org/docs/current /static/runtime-config-logging.html
ログの量を確認するために、細かいジョブを設定することもできます:
* * * * * rm $(ls -t /PGDATA/pg_log/* | tail -n 1)