Unable to identify an ordering operator '<' for type 'xid' - Mailing list pgsql-odbc

From Booth, Robert
Subject Unable to identify an ordering operator '<' for type 'xid'
Date
Msg-id 419D2EB7B461D411A53B00508B69181D062325CC@sdex02.sd.intuit.com
Whole thread Raw
List pgsql-odbc
I'm getting this error showing up in my server log:

    ERROR:  Unable to identify an ordering operator '<' for type 'xid'
        Use an explicit ordering operator or modify the query

This is after I have enabled Row Versioning in the ODBC Driver.  I did some
searching but I have yet to find any information except for an old thread
(http://archives.postgresql.org/pgsql-interfaces/2000-09/msg00022.php).

Any help would be appreciated.  I figure I need to create the < operator,
but I don't know what the proper syntax for creating this would be, or what
type of function it would require to work properly.  Also this is using ODBC
from MS Access if that matters at all.

Rob




pgsql-odbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] PostgreSQL 7.2.1 and Sun's C compiler under
Next
From: mlw
Date:
Subject: Re: Memory leaks in PostgreSQL ODBC driver