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

From ourdiaspora
Subject Re: database design with temporary tables
Date
Msg-id PEnuOxuynQA1AX6I7YrJRrWCdnF-Gu4vkDEggm20AlOOjAgD8zQ84XbhNWAkrV_z_DbI_xGEgzxWSlw62xki3ye2GxqAR_JSKNUp6C9GbW4=@protonmail.com
Whole thread Raw
In response to Re: database design with temporary tables  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: database design with temporary tables  (Ray O'Donnell <ray@rodonnell.ie>)
Re: database design with temporary tables  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Sunday, August 29th, 2021 at 5:24 PM, Adrian Klaver <adrian.klaver@aklaver.com> wrote:

>
> Presumably not. Temporary tables only live at most for the length of a
>
> session. It would be a really bad idea to hold sessions open for 24
>
> hours.

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

>
> The abo
>

Incomplete response?




pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: database design with temporary tables
Next
From: Ray O'Donnell
Date:
Subject: Re: database design with temporary tables