Title: Roger Waters w Polsce
Roger Waters w Polsce!
http://ton.poland.com
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
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