Philip Warner <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match