Re: Duplicate values found when reindexing unique index - Mailing list pgsql-bugs

From Mason Hale
Subject Re: Duplicate values found when reindexing unique index
Date
Msg-id 8bca3aa10712310840o2093ff8qf306cd39bb66bff2@mail.gmail.com
Whole thread Raw
In response to Re: Duplicate values found when reindexing unique index  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Duplicate values found when reindexing unique index  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom, I'll send these to you privately.
Mason

On Dec 31, 2007 10:22 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> "Mason Hale" <masonhale@gmail.com> 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
>

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Duplicate values found when reindexing unique index
Next
From: Tom Lane
Date:
Subject: Re: Duplicate values found when reindexing unique index