DELETE FROM radacct WHERE acctstoptime < (now() - '30 days'::interval);. to get rid of the old data. REINDEX TABLE radacct;.
確定! 回上一頁