Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id MAA18527 for postgres-redist; Mon, 3 Oct 1994 12:11:54 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199410031911.MAA18527@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from EIGER.EDRC.CMU.EDU (EIGER.EDRC.CMU.EDU [128.2.214.41]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id MAA18517 for ; Mon, 3 Oct 1994 12:11:54 -0700 Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.EIGER.EDRC.CMU.EDU.pmax.mach via MS.5.6.EIGER.EDRC.CMU.EDU.pmax_mach; Mon, 3 Oct 1994 15:11:42 -0400 (EDT) Message-ID: <4iY5Rim00hMdIUgFFy@cs.cmu.edu> Date: Mon, 3 Oct 1994 15:11:42 -0400 (EDT) From: Robert.Patrick@cs.cmu.edu To: postgres@postgres.Berkeley.EDU Subject: Using UNIQUE with classes with boolean attributes Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Mon, 03 Oct 94 12:11:54 -0700 Resent-XMts: smtp I am trying to execute "retrieve unique" queries on classes which have a boolean attribute but I keep receiving the following warning NOTICE:Oct 3 12:53:06:there is no operator < for types bool and bool NOTICE:Oct 3 12:53:06:You will either have to retype this query using an NOTICE:Oct 3 12:53:06:explicit cast, or you will have to define the operator WARN:Oct 3 12:53:06:< for bool and bool using DEFINE OPERATOR What do I need to do to make this work properly? Thanks, Robert ============================================================================== To add/remove yourself to/from the POSTGRES mailing list: send mail with the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU" If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and a human will deal with it. DO NOT post to the "postgres" mailing list. ==============================================================================