[Solved] I have a table with a status however I want it to change status every 10 minutes. I’m using Postgresql
[ad_1] I can see what you’re after although there is a big omission: What happens when the status has reached ‘Z’ and it is time to update? More on that later. Your request has 2 components, actually getting a process to run and a rolling update procedure (script) for the status. Well, Postgres has no … Read more