$ 0 0 Add a condition based on current_date: WHERE (your current conditions) AND (CURRENT_DATE - DATE '0001-01-01') MOD 7 = 0When you check Explains you'll still get some RETRIEVE/JOIN steps, but they should have an "unsatisfiable condition" Dieter
Add a condition based on current_date:
When you check Explains you'll still get some RETRIEVE/JOIN steps, but they should have an "unsatisfiable condition"
Dieter