Re: Does Type Have = Operator?

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Does Type Have = Operator?
Дата
Msg-id 3B17B047-B0E2-4F4D-899E-5C13C71CD8C7@justatheory.com
обсуждение исходный текст
Ответ на Re: Does Type Have = Operator?  (Kevin Grittner <kgrittn@gmail.com>)
Ответы Re: Does Type Have = Operator?  (Kevin Grittner <kgrittn@gmail.com>)
Список pgsql-hackers
On May 11, 2016, at 10:19 AM, Kevin Grittner <kgrittn@gmail.com> wrote:

> As long as you don't assume too much about *what* is equal.
>
> test=# select '(1,1)(2,2)'::box = '(-4.5,1000)(-2.5,1000.5)'::box;
> ?column?
> ----------
> t
> (1 row)

Oh, well crap. Maybe I’d be better off just comparing the plain text of the expressions as Tom suggested.

David


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: Does Type Have = Operator?
Следующее
От: Shawn
Дата:
Сообщение: Re: Need help debugging why autovacuum seems "stuck" -- until I use superuser to vacuum freeze pg_database