Is it possible to define a temporal (i.e. time/date based trigger) in PostgreSQL?
Consider I store a table with some data, that also contains a field for timestamp.
This timestamp field is the date/time that I want a certain function to be triggered?
Is it possible to associate a trigger with this table, that can execute the desired trigger at the given time?