[BUGS] BUG: triggered data change violation on relation "tbl_b"

2001-08-29 Thread Pawel Pawlowski
Title: Roger Waters w Polsce Roger Waters w Polsce! http://ton.poland.com

Odp: [BUGS] PD: triggered data change violation on relation "tbl_b"

2001-08-29 Thread Pawel Pawlowski
problem is with triger. - Wiadomosc oryginalna - Od: "Andreas Wernitznig" <[EMAIL PROTECTED]> Do: "Pawel Pawlowski" <[EMAIL PROTECTED]> DW: <[EMAIL PROTECTED]> Wyslano: 29 sierpnia 2001 13:20 Temat: Re: [BUGS] PD: triggered data change violation on rela

[BUGS] PD: triggered data change violation on relation "tbl_b"

2001-08-29 Thread Pawel Pawlowski
When I insert to table new row and after this in the same transaction I delete this row I get such error: triggered data change violation on relation "tbl_b"   I've created database using simple script:   CREATE TABLE tbl_a(  pn_id SERIAL,  pn_a  VARCHAR(400) NOT NULL,  PRIMARY KEY