pg_sequence
目录 pg_sequence 包含关于序列的信息。关于序列的一些信息,例如名称和模式,在 pg_class 中。
pg_class
表 52.47. pg_sequence 列
列 类型
描述
seqrelid oid (引用 pg_class.oid)
seqrelid
oid
此序列的 pg_class 条目的 OID
seqtypid oid (引用 pg_type.oid)
seqtypid
pg_type
序列的数据类型
seqstart int8
seqstart
int8
序列的起始值
seqincrement int8
seqincrement
序列的增量值
seqmax int8
seqmax
序列的最大值
seqmin int8
seqmin
序列的最小值
seqcache int8
seqcache
序列的缓存大小
seqcycle bool
seqcycle
bool
序列是否循环