Re: How to implement expiration in PostgreSQL?

From: Glen Huang <heyhgl(at)gmail(dot)com>
To: Tim Clarke <tim(dot)clarke(at)minerva(dot)info>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: How to implement expiration in PostgreSQL?
Date: 2021-04-01 13:28:19
Message-ID: 4100B661-0C3F-4F1A-BE37-FF00423D3CA2@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Possibly keep your count of members updated via a trigger?

But how to evoke the trigger when the count of members should be updated by a timeout, i.e., the person’s pay is due?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Clarke 2021-04-01 13:43:10 Re: How to implement expiration in PostgreSQL?
Previous Message Tim Clarke 2021-04-01 08:05:01 Re: accessing cross-schema materialized views