Re: Triggers not working - Mailing list pgsql-general

From Tom Lane
Subject Re: Triggers not working
Date
Msg-id 16950.1222141400@sss.pgh.pa.us
Whole thread Raw
In response to Re: Triggers not working  ("Dale Harris" <itsupport@jonkers.com.au>)
Responses Re: Triggers not working  ("Dale Harris" <itsupport@jonkers.com.au>)
List pgsql-general
"Dale Harris" <itsupport@jonkers.com.au> writes:
> The trigger trAccountUpdate got called, but why didn't the trigger
> trEntityUpdate get called?

Triggers only apply to the exact table they're declared on, not
to child tables.

It does seem like there might be some use-case for applying a trigger to
child tables too, but that's not how it works now.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Help with query to return indexes (including functional ones!) on a given table
Next
From: "Dale Harris"
Date:
Subject: Re: Triggers not working