lukejee:
use SERIAL rather than OIDs because SERIAL sequences are unique only within a single table
[阅读: 1134] 2005-10-09 02:48:58
To uniquely number columns in user tables, it is best to use SERIAL rather than OIDs because SERIAL sequences are unique only within a single table. and are therefore less likely to overflow. SERIAL8 is available for storing eight-byte sequence values.