Is it possible to write a stored procedure or trigger that will be executed automatically inside of a database on particular time without any calls from application? If yes, then could anybody give me an example or link to some resource where I can read how to do that.
Share
Check out pgAgent. If that doesn’t work for you, there’s always
cronin Unix/Linux and the Task Scheduler service in Windows.