[EMAIL PROTECTED] writes:
> Long Description
> We have two tables inherited one from the other one. If you try to insert from the
>parent into the child by an "INSERT INTO" statement then the record is inserted into
>the child but into the parent too! Therefore in the parent duplicated rows appear.
> The other bug is if you delete a row from the parent then it erases from the child
>too. see the illustration below.
This is not a bug; it's the way things are supposed to work in 7.1.
"*" is now the default behavior. Use ONLY if you want to restrict
scans or updates to the parent table.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]