Re: question about fixes in v7.4...

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: question about fixes in v7.4...
Дата
Msg-id 200311200350.hAK3off12917@candle.pha.pa.us
обсуждение исходный текст
Ответ на question about fixes in v7.4...  ("Don Sceifers" <dsceifers@harvestadsdepot.com>)
Ответы Re: question about fixes in v7.4...
Список pgsql-hackers
Don Sceifers wrote:
> My company is fairly new at Postgresql, but we have hit a problem, where
> we modify a table using ALTER, and our stored procedures stop working. We
> have a grasp as to why this happens, but I was wondering if this v7.4
> upgrade fixes this issue?

This is a known issue.  There is no way for us to know what stored
tables/columns you are using in your function.  You might find that
reconnecting to the database after the ALTER will fix the problem.  We
do cache function code, so reconnecting will erase that cache.

If still have problems, please report the ALTER command and function
that is causing the problem.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: logical column position
Следующее
От: Tom Lane
Дата:
Сообщение: Re: commenting on polymorphic aggregates possible?