BillR wrote:
> Is it not possible to set up a domain using this construct? I will have
> a lot of tables using integer and big integer types as primary key
> identifier fields. It would make things simpler if I can use the serial
> construct in a domain instead of using an int or bigint in the
Is it not possible to set up a domain using this construct? I will have
a lot of tables using integer and big integer types as primary key
identifier fields. It would make things simpler if I can use the serial
construct in a domain instead of using an int or bigint in the domain,
and then ch