Alvaro Herrera <alvherre(at)commandprompt(dot)com> 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