Re: cant delete row

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tamsin" <tg_mail(at)bryncadfan(dot)co(dot)uk>
Cc: "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: cant delete row
Date: 2001-04-05 14:32:52
Message-ID: 16609.986481172@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Tamsin" <tg_mail(at)bryncadfan(dot)co(dot)uk> writes:
> test=# delete from order_head where order_head_id = 1581;
> ERROR: overflow on numeric ABS(value) >= 10^9 for field with precision 8
> scale 2

This is extremely bizarre. A DELETE does not care what data is in the
row. Do you perhaps have rules or triggers on this table that you
haven't told us about?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sven Fischer 2001-04-05 14:37:46 Re: Almost all access to database hangs (fwd)
Previous Message Laurent MARTIN 2001-04-05 14:31:57 Arrays and COPY FROM: Help!!!