Re: BUG #2379: Duplicate pkeys in table - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: BUG #2379: Duplicate pkeys in table
Date
Msg-id 20060406122021.GA52575@winnie.fuhr.org
Whole thread Raw
In response to Re: BUG #2379: Duplicate pkeys in table  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: BUG #2379: Duplicate pkeys in table  (Philip Warner <pjw@rhyme.com.au>)
List 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

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #2379: Duplicate pkeys in table
Next
From: Philip Warner
Date:
Subject: Re: BUG #2379: Duplicate pkeys in table