Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id KAA03787 for postgres-dist; Wed, 19 Jan 1994 10:22:46 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199401191822.KAA03787@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from ltid.inpe.br (server.ltid.inpe.br [150.163.2.203]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id KAA03778 for <postgres@postgres.Berkeley.EDU>; Wed, 19 Jan 1994 10:22:28 -0800
Received: from circe.inpe.br (circe.ltid.inpe.br) by ltid.inpe.br (4.1/SMI-4.1)
	id AA00597; Wed, 19 Jan 94 16:21:39 EDT
Date: Wed, 19 Jan 94 16:21:39 EDT
From: gatto@ltid.inpe.br (Gatto)
Message-Id: <9401191821.AA00597@ltid.inpe.br>
To: postgres@postgres.Berkeley.EDU
Subject: correcting my last message (time intervals)
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Wed, 19 Jan 94 10:22:46 -0800
Resent-XMts: smtp

Hi, POSTGRES users.

I'm new to POSTGRES v4.1.

I created a class "MSG (time = abstime, msg = text)" and populated it whith
some instances. Later I tried the following query:

retrieve (MSG.all) where MSG.time <?> ["Mon Jan 17 10:58:28 1994 WDT",
		"Mon Jan 17 10:59:29 1994 WDT"]\g

...and POSTGRES returned:

Query sent to backend is "retrieve (MSG.all) where MSG.time <?> ["Mon Jan 17 10:58:28 1994 WDT":"Mon Jan 17 10:59:29 1994 WDT"]"
WARN:Jan 17 11:11:43:Can't find right op: <?> for type 702

What is wrong with my query? Can anyone help me?

Thanks very much!

Rubens C. Gatto
