Re: Programar Frecuencia de Ejecucion

From: Gunnar Wolf <gwolf(at)gwolf(dot)org>
To: Mario Gonzalez <gonzalemario(at)gmail(dot)com>
Cc: Luis Fernando Curiel Cabrera <lcuriel(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Programar Frecuencia de Ejecucion
Date: 2006-01-09 16:47:19
Message-ID: 20060109164719.GF18430@gwolf.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Mario Gonzalez dijo [Fri, Jan 06, 2006 at 09:29:51PM -0300]:
> On 06/01/06, Jaime Casanova <systemguards(at)gmail(dot)com> wrote:
> > On 1/6/06, Luis Fernando Curiel Cabrera <lcuriel(at)gmail(dot)com> wrote:
> > > ¿Es posible programar que una función de postgres se ejecute cada cierto
> > > tiempo a cierta hora? Algo asi como el cron de ejecución de Unix o un job de
> > > SQL SERVER (perdon sé que comparo mucho postgres con SQL SERVER, pero es lo
> > > que mas he usado a fondo).
> > >
> > >
> >
> > pon esto en un cron:
> > psql -U usuario -d base -c "select funcion();"
> >
> Ahora si te preguntas... ¿Pero como lo hago sin el cron? AFAIK, no
> se puede aun

La pregunta es, entonces: ¿Por qué lo hago sin el cron?

Si tienes un sistema Unix, aprovéchalo.

Si no tienes un sistema Unix, no busques confiabilidad. ;-)

--
Gunnar Wolf - gwolf(at)gwolf(dot)org - (+52-55)1451-2244 / 5623-0154
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Gunnar Wolf 2006-01-09 16:48:53 Re: Programar Frecuencia de Ejecucion
Previous Message Hugo Sandoval 2006-01-09 16:38:00 Re: RUNLEVEL 5