Re: Duplicate values found when reindexing unique index

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

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

On Dec 31, 2007 10:22 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> "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 Tom Lane 2007-12-31 16:53:54 Re: Duplicate values found when reindexing unique index
Previous Message Tom Lane 2007-12-31 16:22:46 Re: Duplicate values found when reindexing unique index