Re: BUG #8661: Update on all rows in table fails

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #8661: Update on all rows in table fails
Дата
Msg-id 10193.1386343139@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #8661: Update on all rows in table fails  (jheinz@zeitwerk.de)
Список pgsql-bugs
jheinz@zeitwerk.de writes:
> When we want to update all rows in one table, the sql executes, but didn't
> update all rows:

You've not shown us your trigger functions, but a reasonable guess would
be that one of the BEFORE UPDATE triggers is preventing some updates (by
returning NULL, or perhaps changing the row-to-be-stored).

            regards, tom lane

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

Предыдущее
От: Vitaly Tskhovrebov
Дата:
Сообщение: Re: BUG #8659: Broken dependencies on RHEL6 for 9.2.6 RPMs
Следующее
От: Greg Stark
Дата:
Сообщение: Re: BUG #8661: Update on all rows in table fails