Re: Auto-timestamp generator (attached)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Auto-timestamp generator (attached)
Дата
Msg-id 13607.981675779@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Auto-timestamp generator (attached)  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-general
Joseph Shraibman <jks@selectacast.net> writes:
> playpen=# select lastchg_addto('foo','c');
> ERROR:  plpgsql: cache lookup from pg_proc failed

Somewhere you've got a stored plan --- probably a view or rule or
trigger, if it persists across backend runs --- that refers to a plpgsql
function that no longer exists (at least not under the same OID).  You
need to drop and recreate that view or whatever.  Unfortunately you
haven't shown us enough info to guess which one...

            regards, tom lane

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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Re: Auto-timestamp generator (attached)
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: Auto-timestamp generator (attached)