postgresql7.1
current_timestamp between to_date(attributes.release_date, 'YYYY-MM-DD') and
to_date(attributes.archive_date, 'YYYY-MM-DD')
current_timestamp >= to_date(attributes.archive_date, 'YYYY-MM-DD')
to_date(attributes.release_date, 'YYYY-MM-DD') desc