On 23/09/2013 19:53, Quang Thoi wrote:
> Hi,
> 
>  
> 
> I am trying to port sybase codes to posgresql. I have looked into the
> postgresql documentation
> 
> but couldn't find good information on how to  create an equivalent
> recurrence event
> 
> which similar to the sybase codes below.

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.

Ray.

-- 
Raymond O'Donnell :: Galway :: Ireland
r...@iol.ie


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to