Tom, I'll send these to you privately.
Mason

On Dec 31, 2007 10:22 AM, Tom Lane <[EMAIL PROTECTED]> wrote:

> "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
>

Reply via email to