Re: Oops! Its bug in parser????

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Oops! Its bug in parser????
Дата
Msg-id 3AA38641.5000707@tm.ee
обсуждение исходный текст
Ответ на Oops! Its bug in parser????  (Vic <vic@dcc.dp.ua>)
Список pgsql-hackers
Vic wrote:

>  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'

What version of PostgreSQL are you using ?

I believe this is fixed a long time ago.

If you don't want to upgrade just put spaces in
> select myfield from mytable  where myfield = -1

----------------
Hannu



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Franck Martin
Дата:
Сообщение: CORBA and PG
Следующее
От: Vic
Дата:
Сообщение: Re: Oops! Its bug in parser????