Re: Temp rows - is it possible? - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Temp rows - is it possible?
Date
Msg-id 20031110221756.GA8841@dcc.uchile.cl
Whole thread Raw
In response to Re: Temp rows - is it possible?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Temp rows - is it possible?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
On Mon, Nov 10, 2003 at 04:51:53PM -0500, Bruce Momjian wrote:
> Boris Popov wrote:

> > I can do (listen "session:192.168.0.33:1.0.1";) and then just parse
> > the relname from pg_listener to get the same effect, but you see why
> > I'd like a different solution?
>
> Yes, I can see that being useful --- but I doubt we are going to modify
> the db system to enable behavior for this case unless we can do it in an
> area that doesn't make the db less useful for more general purposes.

Probably having a disconnect callback could solve this problem.
This is not the first time someone asks for this feature.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"¿Qué importan los años?  Lo que realmente importa es comprobar que
a fin de cuentas la mejor edad de la vida es estar vivo"  (Mafalda)

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: PL/Perl returning multiple rows
Next
From: Ron Johnson
Date:
Subject: Re: Why does primary key violation cause an abort?