Re: array of domain types

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: array of domain types
Дата
Msg-id CAA-aLv76Z6KYM+F3o1OTvLjCSubRpbd16iNM_HJUs==fZm_FQQ@mail.gmail.com
обсуждение исходный текст
Ответ на array of domain types  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: array of domain types  (konstantin knizhnik <k.knizhnik@postgrespro.ru>)
Список pgsql-hackers
On 1 June 2016 at 14:20, Konstantin Knizhnik <k.knizhnik@postgrespro.ru> wrote:
I wonder why domain types can not be used for specification of array element:

create domain objref as bigint;
create table foo(x objref[]);
ERROR:  type "objref[]" does not exist
create table foo(x bigint[]);
CREATE TABLE

Is there some principle problem here or it is just not implemented?

It's not implemented, but patches welcome.
 
Thom

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

Предыдущее
От: Konstantin Knizhnik
Дата:
Сообщение: array of domain types
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: Question and suggestion about application binary compatibility policy