postgres sum more than one column

Developer from somewhere

Found here:

SELECT COALESCE(col1,0) + COALESCE(col2,0)
FROM yourtable