ERROR: plpgsql: cache lookup for proc 17911 failed

Поиск
Список
Период
Сортировка
От Richard Emberson
Тема ERROR: plpgsql: cache lookup for proc 17911 failed
Дата
Msg-id 3CA20A08.2BFAB689@phc.net
обсуждение исходный текст
Список pgsql-admin
I created a function with iscachable,

' LANGUAGE 'plpgsql' WITH (iscachable);

I then call the function.
Then I decide to change the return type of the function so I first drop
the
function, then change the return type.
The next time I attempt to execute the function I get:

ERROR:  plpgsql: cache lookup for proc 17911 failed

I would have thought that dropping a function would have also cleared it
from the cache.

Richard


В списке pgsql-admin по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: timestamp in 7.2
Следующее
От: "Marc Mitchell"
Дата:
Сообщение: pg_dump and views