Re: automatic verifications

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Melanie Bergeron <mbergeron_pg(at)globeecom(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: automatic verifications
Date: 2003-12-18 22:37:24
Message-ID: 20031218223724.GA3804@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Dec 18, 2003 at 17:05:30 -0500,
Melanie Bergeron <mbergeron_pg(at)globeecom(dot)com> wrote:
> Hi!
>
> I am new with PostgreSQL and I want to know if this database give the
> possibility to verify automatically, each night, if some records are
> too old (by example, if session_date is older than a month) and if so
> delete them.

The normal way to do that would be to run a daily cron job that deletes
all of the records with session date older than one month.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Reece Hart 2003-12-18 22:50:48 Re: md5 function
Previous Message Doug McNaught 2003-12-18 22:19:16 Re: automatic verifications