lukejee:
use SERIAL rather than OIDs because SERIAL sequences are unique only within a single table
[阅读: 1049] 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.
不主动、不拒绝、不负责任!
One Small Step for BSD.
One Giant Step for PCs
