List of error messages

From: Gisle Dankel <gmd(at)uk(dot)research(dot)att(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: List of error messages
Date: 2000-09-09 11:47:33
Message-ID: Pine.SO4.4.04.10009091243180.4512-100000@pumpkin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,
I couldn't find any explanations of error messages in the docs.

I get this error message:
ERROR: triggered data change violation on relation "22"

after doing

DELETE FROM "22" WHERE id = 36;

There's no foreign keys referring to this table, nor any triggers that I
have explicitly defined.
This occurs inside a transaction. When I tried it outside the transaction
it worked fine!

Anyone got any idea of what is going on?
Do you need more information?

Cheers,
Gisle

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Enrico Comini 2000-09-09 11:55:34 OT-Jscript
Previous Message Rommel B. Abaya 2000-09-09 11:25:59 Re: Porting from mysql to psql (UNIX_TIMESTAMP()?)