Re: @ versus ~, redux

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: @ versus ~, redux
Дата
Msg-id 1438.1157511610@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: @ versus ~, redux  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: @ versus ~, redux  ("Zeugswetter Andreas DCP SD" <ZeugswetterA@spardat.at>)
Re: @ versus ~, redux  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
Jeff Davis <pgsql@j-davis.com> writes:
> On Mon, 2006-09-04 at 10:45 -0400, Tom Lane wrote:
>> The existing geometric containment tests seem to be nonstrict, so if we
>> wanted to leave room to add strict ones later, it might be best to
>> settle on
>> 
>> x @>= y        x contains or equals y
>> x <=@ y        x is contained in or equals y
>> 
>> reserving @> and <@ for future strict comparison operators.

> At first glace, it seems more intuitive to me to do:

>     x @>= y        x contains or equals y
>     x =<@ y        y is contained in or equals y

Hm, I've never seen anyone spell "less than or equal to" as "=<",
so I'm not sure where you derive "=<@" from?  Not saying "no", but
the other seems clearer to me.
        regards, tom lane


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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Open items for 8.2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Win32 hard crash problem