Re: [SQL] domains and serial

2006-12-29 Thread Bruce Momjian
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

[SQL] domains and serial

2006-12-29 Thread BillR
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