Re: Duplicate values found when reindexing unique index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mason Hale" <masonhale(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Duplicate values found when reindexing unique index
Date: 2007-12-31 16:22:46
Message-ID: 6448.1199118166@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Mason Hale" <masonhale(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mason Hale 2007-12-31 16:40:30 Re: Duplicate values found when reindexing unique index
Previous Message Mason Hale 2007-12-31 16:13:22 Re: Duplicate values found when reindexing unique index