Re: BUG #2379: Duplicate pkeys in table
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Philip Warner <pjw@rhyme.com.au>
Cc: pgsql-bugs@postgresql.org, Michael Fuhr <mike@fuhr.org>, alvherre@commandprompt.com
Date: 2006-04-06T14:24:15Z
Lists: pgsql-bugs
Philip Warner <pjw@rhyme.com.au> writes: > # set enable_indexscan=off; > # SELECT xmin, xmax, cmin, cmax FROM xxx where id = 24613; > xmin | xmax | cmin | cmax > ----------+----------+------+---------- > 32902771 | 0 | 20 | 32902872 > 32902771 | 0 | 20 | 32902872 > 32902771 | 0 | 20 | 32902872 > 32902771 | 0 | 20 | 32902872 > 32902771 | 0 | 20 | 32902872 > 32902771 | 33048159 | 20 | 20 > (6 rows) For completeness, could we also see ctid in that query? regards, tom lane