Re: BUG #2379: Duplicate pkeys in table

Michael Fuhr <mike@fuhr.org>

From: Michael Fuhr <mike@fuhr.org>
To: Philip Warner <pjw@rhyme.com.au>, pgsql-bugs@postgresql.org
Date: 2006-04-06T12:20:21Z
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