On 7/19/06, Jim C. Nasby <[EMAIL PROTECTED]> wrote: [snip]
\d does list bdata__ident_filed_departure before bdata_ident; I'm wondering if the planner is finding the first index with ident_id in it and stopping there?
From my own experience it was grabbing the first that has the
requested field as its first member.. I haven't looked at the code to see if that is the intended behavior. ---------------------------(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