Re: @ versus ~, redux

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: @ versus ~, redux
Дата
Msg-id 23159.1157378167@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: @ versus ~, redux  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-hackers
Michael Glaesemann <grzm@seespotcode.net> writes:
> Assuming the meaning of contains and is contained in is inclusive  
> (rather than strict), then we'd have

> a <<= b : a contains b
> a =>> b : a is contained by b

I don't think we can consider that, because we already have << and >>
operators meaning "is left of", "is right of" for (some of) the affected
datatypes.  We'd have to start renaming those too, and that very rapidly
turns into a mess.
        regards, tom lane


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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: [PATCHES] Documentation fix for --with-ldap
Следующее
От: Hans-Juergen Schoenig
Дата:
Сообщение: Planner estimates and cast operations ,...