request new feature: auto recompile of function when oid not found

From: Jean-Luc Lachance <jllachan(at)nsd(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: request new feature: auto recompile of function when oid not found
Date: 2002-11-07 21:03:04
Message-ID: 3DCAD508.4D75B778@nsd.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mail Delivery Subsystem wrote:
>
> The original message was received at Thu, 7 Nov 2002 15:57:28 -0500
> from smap(at)localhost
>
> ----- The following addresses had permanent fatal errors -----

Hello developers,

Quite frequently, I have to recompile (recreate) a function when an
object that it was referencing has been deleted and recreated.

It would be nice if that function would be automatically recompiled
(only once of course) if and object that it was referencing by oid no
longer exist.

Sybase, AFAICR, has a similar feature.

Anybody else interested in this feature?

JLL

Responses

Browse pgsql-general by date

  From Date Subject
Next Message CSN 2002-11-07 21:05:49 Database design software
Previous Message Dmitry Tkach 2002-11-07 21:01:56 Re: UNION and ORDER BY