Chris Studholme <[EMAIL PROTECTED]> writes: > What follows is not necessarily a bug, but may be a misinterpretation of > the SQL standard.
Yeah, it's a bug; the implementation of row comparisons in PG is completely bogus. (The parser just expands it out to an AND clause of scalar comparisons, which works for = but not for < or >.) This is (or should be) on the TODO list, but no one has gotten around to it yet. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly