Re: ERROR: FULL JOIN is only supported with merge-joinable

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: ERROR: FULL JOIN is only supported with merge-joinable
Дата
Msg-id 87r756je1o.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: ERROR: FULL JOIN is only supported with merge-joinable  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ERROR: FULL JOIN is only supported with merge-joinable  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Harco de Hilster <Harco.de.Hilster@ATConsultancy.nl> writes:
> > What is the definition of a merge-joinable condition?
>
> Equality on a sortable datatype.
>
> > Can I create an type/operator that compares both records that is
> > considered merge-joinable?
>
> I think you could do something involving a time interval datatype that
> considers "overlap" as equality and does something reasonable for
> sorting non-overlapping intervals.

How could a non-transitive property ever be merge joinable though?

--
greg

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Wisconsin Circuit Court Access (WCCA) on PostgreSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: multi-column aggregates