Re: BUG #5554: PostgreSQL 8.4.0 doesn't update my table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "jose soares" <jose(dot)soares(at)sferacarta(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5554: PostgreSQL 8.4.0 doesn't update my table
Date: 2010-07-12 14:17:36
Message-ID: 14558.1278944256@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"jose soares" <jose(dot)soares(at)sferacarta(dot)com> writes:
> I found a strange behavior in my DB, I have a table which Pg isn't be able
> to update.

Maybe you've got a rule or trigger on the table that is interfering with
the update?

If there actually is a bug here, you've not provided nearly enough
information for anyone else to diagnose or reproduce it. Please see
http://wiki.postgresql.org/wiki/Guide_to_reporting_problems
for some help in composing useful bug reports.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-07-12 14:18:40 Re: BUG #5553: Repeating the keyword DECLARE in the CREATE FUNCTION statement
Previous Message jose soares 2010-07-12 10:23:09 BUG #5554: PostgreSQL 8.4.0 doesn't update my table