Re: updated WIP: arrays of composites

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: updated WIP: arrays of composites
Дата
Msg-id 15271.1178560084@sss.pgh.pa.us
обсуждение исходный текст
Ответ на updated WIP: arrays of composites  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> I'm still wondering if we can get away without a catalog change on that
> - e.g. could we look up an array type by looking for a pg_type entry
> containing the base type's oid in the typelem field? Or would that be
> too slow?

(a) too slow, (b) not unique.

            regards, tom lane

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: updated WIP: arrays of composites
Следующее
От: Tomas Doran
Дата:
Сообщение: Implemented current_query