中国开发网: 论坛: 数据库: 贴子 208888
lukejee: use SERIAL rather than OIDs because SERIAL sequences are unique only within a single table
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.

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录