Index: openacs-4/packages/categories/tcl/category-synonyms-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/tcl/category-synonyms-procs-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/categories/tcl/category-synonyms-procs-postgresql.xql 11 Feb 2004 13:25:28 -0000 1.1 +++ openacs-4/packages/categories/tcl/category-synonyms-procs-postgresql.xql 21 Oct 2004 22:53:14 -0000 1.2 @@ -44,7 +44,7 @@ delete from category_search - where last_queried < current_timestamp - 1 + where last_queried < current_timestamp - cast('1 days' as interval)