문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top