Re: Adding new columns - bug

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Adding new columns - bug
Дата
Msg-id 877ihbsd3p.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Adding new columns - bug  ("Michael Andreasen" <michael@dunlops.com>)
Список pgsql-bugs
"Michael Andreasen" <michael@dunlops.com> writes:

> There is nothing sepcial about the product table other than it has a couple
> of trigger rules to post to other tables on updates of some fields (audit
> log), nothing to cause this behavior. I have only noticed this happening of
> this table, so I am guessing it's related to it having rules, since it's one
> of the few that does.

Perhaps you should post the triggers or rules you have on this table.

SQL generally expands things like "select *" when you define things so it may
well have stored a definition which is out of date and causes this problem.
8.3 may actually fix it for you because if they're plpgsql functions then they
will replan any cached query plans.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's RemoteDBA services!

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: BUG #3947: Unable to Initialize Data Cluster
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: BUG #3947: Unable to Initialize Data Cluster