Re: database design with temporary tables - Mailing list pgsql-general

From David G. Johnston
Subject Re: database design with temporary tables
Date
Msg-id CAKFQuwaJzvFf3jZ_nvyLtABZbP8habamJ_e9kKiUMu5304WbVA@mail.gmail.com
Whole thread Raw
In response to Re: database design with temporary tables  (Ray O'Donnell <ray@rodonnell.ie>)
List pgsql-general
On Sunday, August 29, 2021, Ray O'Donnell <ray@rodonnell.ie> wrote:


Is there an alternative scenario, such as the user is able to create
a new table with saves the session data for a maximum time (such as
24 hours), even up to a certain time if the web browser crashes for
example?

In general a database doesn’t change just because time has passed.  You will need to setup something external to the database schema if you want time to cause change.

David J.
 

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: database design with temporary tables
Next
From: ourdiaspora
Date:
Subject: Re: database design with temporary tables