I want to update a row once it reaches a specific timestamp in that row. For example, an auction site has deals that expire in a day or so. After that time comes the deal automatically expires.
Does PostgreSQL have a feature where I can set a row to automatically update when a specific time is reached? Otherwise how I would I implement this example deal feature?