Re: array support patch phase 1 patch

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: array support patch phase 1 patch
Дата
Msg-id 3EDAD692.40804@joeconway.com
обсуждение исходный текст
Ответ на Re: array support patch phase 1 patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: array support patch phase 1 patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> That would mask the problem for ANALYZE, but not for anything else.
>
> Whether there is anything else I'm not sure, but I can't say I feel
> comfortable about that answer.
>

What if we modify equality_oper() and friends to do the check for us
when argtype is a varlena array?

If an array type is checked for an ordering operator, its element type
now *must* have an ordering operator in order for the result to be
meaningful. Same goes for ordering_oper().

Joe



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: array support patch phase 1 patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: array support patch phase 1 patch