Re: call the same pl/pgsql procedure twice in the same connection

From: Richard Huxton <richardh(at)archonet(dot)com>
To: Jan Wieck <janwieck(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: call the same pl/pgsql procedure twice in the same connection
Date: 2002-04-18 17:22:39
Message-ID: 200204181822.39563.richardh@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thursday 18 April 2002 17:43, Jan Wieck wrote:
> Bruce Momjian wrote:
> > Jan, instead of doing cache invalidation to fix temporary tables, can we
> > disable cached plans for functions that use temporary tables?
>
> I was thinking of a different approach. Enhancing the SPI
> manager to detect if a plan uses temporary objects
...

Was there not some talk of tracking dependencies between all objects (to avoid
the problems with dropping referenced tables/functions). If so, it sounds
like this is part of that future things job.

- Richard Huxton

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2002-04-18 17:38:16 Re: SQL Query Optimization
Previous Message Bruce Momjian 2002-04-18 17:22:14 Re: call the same pl/pgsql procedure twice in the same connection