array of domain types

From: Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: array of domain types
Date: 2016-06-01 13:20:41
Message-ID: 574EE129.2000903@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

--
Konstantin Knizhnik
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2016-06-01 13:37:14 Re: array of domain types
Previous Message David G. Johnston 2016-06-01 13:18:00 Re: PostmasterPid not marked with PGDLLIMPORT