Index: openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql 8 Sep 2003 15:59:43 -0000 1.1 +++ openacs-4/packages/acs-authentication/tcl/sync-procs-postgresql.xql 9 Sep 2003 08:38:23 -0000 1.2 @@ -58,4 +58,13 @@ + + + + delete from auth_batch_jobs + where job_end_time < current_timestamp - interval '$num_days days' + + + +