Re: domains, types, constraints - Mailing list pgsql-novice

From Tom Lane
Subject Re: domains, types, constraints
Date
Msg-id 9880.1200587422@sss.pgh.pa.us
Whole thread Raw
In response to Re: domains, types, constraints  (Andrew Winkler <the_andrew_winkler@yahoo.com>)
List pgsql-novice
Andrew Winkler <the_andrew_winkler@yahoo.com> writes:
> postgres=# create type complex as (r numeric, i numeric);
> CREATE TYPE
> postgres=# create domain unitary as complex;
> ERROR:  "complex" is not a valid base type for a domain

> Are composite types not useable for domains?

Nope, sorry.  We currently only support domains over base types.

I don't think anyone's even thought about doing the above, though
it does seem like a potentially useful thing.

            regards, tom lane

pgsql-novice by date:

Previous
From: Andrew Winkler
Date:
Subject: Re: domains, types, constraints
Next
From: "Jason Tan Boon Teck"
Date:
Subject: Duplicate primary keys