From: rhema(at)bhasin(dot)co(dot)in
To: pgsql-sql(at)postgresql(dot)org
Subject:
Date: 2002-05-23 11:27:20
Message-ID: 20020523112720.23101.qmail@vmail1.ebhasin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hello,
I need to know if there are any database event triggers
in postgres like i want the trigger to run periodically(every day just like
crontab on unix), i need to delete the records in a table automatically
after a period of say 90 days.

It is possible to create trigger on table before insert or update but if
there are no insertions or updations on the table, the record will remain in
the database.
looking forward for the suggestions.

Thanx in advance
Hema

_____________________________________
Powered by EBHASIN V-Mail Service.
Visit http://www.ebhasin.com

Responses

  • Re: at 2002-05-23 13:41:03 from Rajesh Kumar Mallah.
  • Re: at 2002-05-23 15:24:22 from Bruno Wolff III

Browse pgsql-sql by date

  From Date Subject
Next Message Joel Burton 2002-05-23 12:56:23 Re: Turning column into row
Previous Message Gabriel Dovalo Carril 2002-05-23 10:34:45 Functions with dynamic queries