pg_sequence
カタログpg_sequenceにはシーケンスに関する情報が含まれます。 名前やスキーマなどシーケンスに関する情報の一部はpg_classにあります。
pg_class
表53.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
シーケンスが周回するかどうか