The basic of idea of my question is:
How can I access a column of a parent table inside a trigger function.
if i build a trigger on a child table i won't get the columns of the
parent tables.
i know that i can use a simple query using the object id for accessing
the correct row but i don't want to do it.
Hans