質問

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