Re: Duplicate values found when reindexing unique index
| От | Tom Lane |
|---|---|
| Тема | Re: Duplicate values found when reindexing unique index |
| Дата | |
| Msg-id | 6448.1199118166@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: Duplicate values found when reindexing unique index ("Mason Hale" <masonhale@gmail.com>) |
| Ответы |
Re: Duplicate values found when reindexing unique index
|
| Список | pgsql-bugs |
"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 по дате отправления: