## Notes
I want to schedule a function to run at a certain time, once.
I know that I can use the [[PG Cron]] extension which allows scheduling a function to run at a certain time.
[Comment on Running Jobs at a Specific Time - PG Cron GitHub Issues](https://github.com/citusdata/pg_cron/issues/7#issuecomment-1682393897)
## Playground
### Attempt 1
1. Define a function
2. Define a trigger
3. Modify function to execute trigger
4. Call function from client
## Referencias
- [[Tech MOC]]