"Mason Hale" <[EMAIL PROTECTED]> writes:
>> Can you show us all the triggers on this table?
> Here they are:
> Triggers:
> entry_correct_published_at_trigger BEFORE INSERT OR UPDATE ON entry FOR
> EACH ROW EXECUTE PROCEDURE correct_published_at()
> entry_feed_page_trigger BEFORE INSERT OR UPDATE ON entry FOR EACH ROW
> EXECUTE PROCEDURE entry_feed_page_trigger()
> entry_updated_at_trigger BEFORE UPDATE ON entry FOR EACH ROW EXECUTE
> PROCEDURE update_updated_at_timestamp()
> feed_entry_count_trigger AFTER INSERT ON entry FOR EACH ROW EXECUTE
> PROCEDURE update_feed_entry_count()
Actually I wanted to see the function bodies ...
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly