Unable to identify an ordering operator '<' for type 'xid'

From: "Booth, Robert" <Robert_Booth(at)intuit(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Unable to identify an ordering operator '<' for type 'xid'
Date: 2002-06-24 18:18:05
Message-ID: 419D2EB7B461D411A53B00508B69181D062325CC@sdex02.sd.intuit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2002-06-24 23:51:41 Re: [HACKERS] ODBC Driver 7.02.0001 (Win32) (Unicode mode): CRLF->LF
Previous Message mlw 2002-06-24 18:14:10 Re: Memory leaks in PostgreSQL ODBC driver