On Tue, Sep 24, 2013 at 3:55 AM, Raymond O'Donnell <rod(at)iol(dot)ie> wrote:
> There isn't a built-in scheduler in PostgreSQL - the usual advice is to
> use cron to execute a query via the psql client, or to install and use
> pgAgent.
Or with a 9.3 server to use a background worker that could do the job
for you as a cron would.
--
Michael