tasks

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sídar LC

    #1

    tasks

    exists in postgresql the way to store some tasks on server that can be
    executed on predefined schedule? how?


    ---------------------------(end of broadcast)---------------------------
    TIP 6: Have you searched our list archives?



  • Tom Lane

    #2
    Re: tasks

    =?UTF-8?B?U8OtZGFyIEx D?= <slopez_pg@cero riesgo.co.cr> writes:[color=blue]
    > exists in postgresql the way to store some tasks on server that can be
    > executed on predefined schedule? how?[/color]

    Most people use the standard Unix "cron" utility for this.

    regards, tom lane

    ---------------------------(end of broadcast)---------------------------
    TIP 8: explain analyze is your friend

    Comment

    • Alvaro Herrera

      #3
      Re: tasks

      On Fri, Oct 29, 2004 at 10:11:00AM -0600, Sídar LC wrote:[color=blue]
      > exists in postgresql the way to store some tasks on server that can be
      > executed on predefined schedule? how?[/color]

      No; standard advice is to use the cron system. See the crontab manpage.

      --
      Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
      "La verdad no siempre es bonita, pero el hambre de ella sí"


      ---------------------------(end of broadcast)---------------------------
      TIP 4: Don't 'kill -9' the postmaster

      Comment

      Working...