No ~ operator for box, point

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема No ~ operator for box, point
Дата
Msg-id 20070125180227.GG64372@nasby.net
обсуждение исходный текст
Ответы Re: No ~ operator for box, point  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-hackers
decibel=# select version();PostgreSQL 8.3devel on i386-apple-darwin8.8.2, compiled by GCC i686-apple-darwin8-gcc-4.0.1
(GCC)4.0.1 (Apple Computer, Inc. build 5363)
 

decibel=# select box '((0,0),(2,2))' ~ point '(1,1)';
ERROR:  operator does not exist: box ~ point
LINE 1: select box '((0,0),(2,2))' ~ point '(1,1)';

Any reason this doesn't exist?
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: crash on 8.2 and cvshead - failed to add item to the
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Proposal: allow installation of any contrib module