Re: cache lookup failed - Mailing list pgsql-general

From
Subject Re: cache lookup failed
Date
Msg-id 200109150127.125a@lh00.opsion.fr
Whole thread Raw
In response to cache lookup failed  (victor <victor@work.ro>)
List pgsql-general
Suppose you create a function function1 and a trigger
that calls function1. Then you drop function1 and
re-create function1.  Now you will find that the
trigger can't see function1's existence. trigger (and
other object too) refeerences functions using OID,
not the function name.

I also feel it being inconvient for postgresql to use
OID's instead of object names.

CN

--------------------------------------------------------
You too can have your own email address from Eurosport.
http://www.eurosport.com






pgsql-general by date:

Previous
From: Gunnar Rønning
Date:
Subject: Re: How to make a REALLY FAST db server?
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Sequence query