Du kan bruge date_trunc()
til dette:
select date_trunc('week', current_date);
Flere detaljer i manualen:
http://www.postgresql.org/docs/current/static/functions-datetime.html#FUNCTIONS-DATETIME-TRUNC
Hvis "i dag" er mandag, vil det returnere dagens dato.