"Dylan Fogarty-MacDonald" <dylan(dot)fm(at)gmail(dot)com> writes:
> Can postgres be scheduled for actions like this? Or will I need to
> have the php file schedule the action itself?
Postgres has no built-in job scheduling facility --- our standard answer
is "use cron, we see no need to reinvent that wheel". If PHP offers
something comparable, and you're more familiar with it than with cron,
by all means use PHP.
regards, tom lane