Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Duplicate values found when reindexing unique index



"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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group