List of error messages

Поиск
Список
Период
Сортировка
От Gisle Dankel
Тема List of error messages
Дата
Msg-id Pine.SO4.4.04.10009091243180.4512-100000@pumpkin
обсуждение исходный текст
Ответы Re: List of error messages  (Jan Wieck <janwieck@Yahoo.com>)
Список 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



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

Предыдущее
От: "Enrico Comini"
Дата:
Сообщение: OT-Jscript
Следующее
От: Zlatko Calusic
Дата:
Сообщение: Re: Porting from mysql to psql (UNIX_TIMESTAMP()?)