Re: PL/pgSQL syntax help?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PL/pgSQL syntax help?
Дата
Msg-id 17910.971151338@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PL/pgSQL syntax help?  (Jinsoo Hwang <jshwang@anova.inha.ac.kr>)
Список pgsql-general
Jinsoo Hwang <jshwang@anova.inha.ac.kr> writes:
> ERROR  plpgsql: cache lookup for proc 163937 failed.

I suspect that you deleted and recreated the function after
creating the trigger.  Currently you must recreate the trigger
after you recreate the function --- but the system won't tell
you so in any direct fashion.  Annoying, isn't it?

            regards, tom lane

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

Предыдущее
От: Gunnar R|nning
Дата:
Сообщение: Re: Re: JDBC Performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Regression tests of plain 7.0.2 fails