Re: Temp rows - is it possible?

From: Ben <bench(at)silentmedia(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Temp rows - is it possible?
Date: 2003-11-07 22:53:09
Message-ID: Pine.LNX.4.44.0311071451360.18574-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If the table doesn't have to be 100% accurate, you could always timestamp
the rows and have connected clients update their row, while old rows get
reaped periodicaly.

On Fri, 7 Nov 2003, Boris Popov wrote:

> I do want them to be visible to everybody. This is a sessions pool,
> where sessions are inserted when our app connects and removed when it
> disconnects, however this would only work for graceful disconnects,
> which we all know isn't always the case. So I want a table that is
> somehow notified of a session disconnect and deletes rows created by
> that session.
>
> Any ideas?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Busby 2003-11-07 22:54:32 Re: [GENERAL] [HACKERS] retrieve statement from catalogs
Previous Message Edwin Quijada 2003-11-07 22:35:16 Re: Recovery Data Cant Be!!!