prev <<
9 PostgreSQL features I wish I learned earlier
>> next
From - To Dates
So we could use
NULL
to indicate an unknown end-date
But this makes querying annoying
SELECT uuid FROM term WHERE valid_until > now() OR valid_until is NULL;