does anyone know how I can retrieve the start of the year in postgres without hardcoding it, and so it will go back to 2008 in 2008 not 2007.

select now().......

need to minus the amount of days from Jan.1 to get back to Jan.1 ?