Re: [HACKERS] DROPping tables with SERIALs - Mailing list pgsql-hackers

From Zeugswetter Andreas IZ5
Subject Re: [HACKERS] DROPping tables with SERIALs
Date
Msg-id 219F68D65015D011A8E000006F8590C60180FAA8@sdexcsrv1.sd.spardat.at
Whole thread Raw
List pgsql-hackers
>>> Another question is whether a SERIAL field should automatically
be>>> UNIQUE (ie, create a unique index on it to prevent mistakes in
manual>>> insertion of values for the field).>>> Once again - I would like to see SERIAL compatible with>>
SERIAL/IDENTYin other RDBMSes.>>Yes, and?  What do the other ones do?
 

In Informix you need to create the unique index explicitly. I like this
because it keeps
things flexible. The unique constraint could be on a compount key.

Andreas



pgsql-hackers by date:

Previous
From: Akmal Hasan
Date:
Subject: How to build Distributed Databases with JDBC and PostgreSQL?
Next
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] DROPping tables with SERIALs