Question

I have few functions that need to run every day at certain time. Is there any way to schedule it from postgres? or do I have to use an external tool?

Was it helpful?

Solution

One option you have is to make use of pgAgent. http://www.pgadmin.org/docs/1.8/pgagent.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top