Oops! Its bug in parser????

From: Vic <vic(at)dcc(dot)dp(dot)ua>
To: NOVICE <pgsql-hackers(at)postgresql(dot)org>
Subject: Oops! Its bug in parser????
Date: 2001-03-05 08:33:35
Message-ID: 3AA34F5F.98BAF4D9@dcc.dp.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi
I try this "construction" : select myfield from mytable where
myfield=-1
And get this:
ERROR: Unable to identify an operator '=-' for types 'numeric' and
'int4'
You will have to retype this query using an explicit cast
I don't lik this!
Vic

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-03-05 08:50:49 Re: How to handle waitingForLock in LockWaitCancel()
Previous Message Christof Petig 2001-03-05 07:27:39 Query Planning time increased 3 times on 7.1 compared to 7.0.3