I'm new in PostgreSQL, and I want to create a scheduled job which is run every day.
Firstly I'm creating a function for this. my function is working fine.
And now I want to create jobs and use this function inside the jobs, so it runs every day.
But I don't know how do this. I've been googling but didn't find any reference.
Please help