Re: BUG #8661: Update on all rows in table fails - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #8661: Update on all rows in table fails
Date
Msg-id 10193.1386343139@sss.pgh.pa.us
Whole thread Raw
In response to BUG #8661: Update on all rows in table fails  (jheinz@zeitwerk.de)
List 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 by date:

Previous
From: Vitaly Tskhovrebov
Date:
Subject: Re: BUG #8659: Broken dependencies on RHEL6 for 9.2.6 RPMs
Next
From: Greg Stark
Date:
Subject: Re: BUG #8661: Update on all rows in table fails