Re: BUG #2379: Duplicate pkeys in table

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Philip Warner <pjw(at)rhyme(dot)com(dot)au>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2379: Duplicate pkeys in table
Date: 2006-04-06 12:20:21
Message-ID: 20060406122021.GA52575@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Apr 06, 2006 at 08:12:31AM -0400, Alvaro Herrera wrote:
> Please do a
>
> SELECT xmin, xmax, cmin, cmax FROM xxx where id = 24613;
>
> if you still have that particular manifestation.

Also, you'll probably need to set enable_indexscan to off prior to
running the above query.

--
Michael Fuhr

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Philip Warner 2006-04-06 13:03:23 Re: BUG #2379: Duplicate pkeys in table
Previous Message Alvaro Herrera 2006-04-06 12:12:31 Re: BUG #2379: Duplicate pkeys in table