Re: cache lookup failed

Поиск
Список
Период
Сортировка
От
Тема Re: cache lookup failed
Дата
Msg-id 200109150127.125a@lh00.opsion.fr
обсуждение исходный текст
Ответ на cache lookup failed  (victor <victor@work.ro>)
Список 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 по дате отправления:

Предыдущее
От: Gunnar Rønning
Дата:
Сообщение: Re: How to make a REALLY FAST db server?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Sequence query