Alvaro Herrera <[EMAIL PROTECTED]> writes: > alvherre=# SELECT * from test where (str1, str2, id) > ('a', '1', 0); > ERREUR: could not find member 4(25,25) of opfamily 426
> Note that if I change the order of columns, it works: Weird. I suppose I broke this in the operator-family rewrite. Will look. 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