Giriş
Açıklaması şöylepg_cron is a PostgreSQL extension that allows scheduling of SQL queries to run at specific times, similar to cron jobs in Linux.
Örnek
Şöyle yaparız
SELECT cron.schedule('0 0 * * *', $$DELETEFROM cron.job_run_detailsWHERE end_time < now() - interval '10 days'$$);
Hiç yorum yok:
Yorum Gönder