"Dan Langille" <[EMAIL PROTECTED]> writes: > Without leaving "enable_hashjoin = false", can you suggest a way to > force the index usage?
Have you tried reducing random_page_cost? FYI, 8.2 should be a bit better about this. 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