Re: limitations of constraints, possible bugs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: limitations of constraints, possible bugs
Дата
Msg-id 20140.1155740757@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: limitations of constraints, possible bugs  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-general
Bruce Momjian <bruce@momjian.us> writes:
> Added to TODO:
>     * Add support for arrays of domains

I think BTW that this should be pretty low-hanging fruit given the
recent rewrite of domain_in().  I don't think array_in() should need to
care now whether the array elements are domains, whereas in the original
design there would have had to be explicit support for domains added to
the array code.  There might be some performance issues, ie, making sure
the stack of array_in and domain_in can cache data at both levels, but
that seems eminently solvable.

            regards, tom lane

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

Предыдущее
От: "Javier de la Torre"
Дата:
Сообщение: Re: Move db files from one pgsql instance to another
Следующее
От: "Guy Rouillier"
Дата:
Сообщение: Re: [NOVICE] DB insert Error