バージョンごとのドキュメント一覧

53.47. pg_sequence #

The catalog <structname>pg_sequence</structname> contains information about sequences. Some of the information about sequences, such as the name and the schema, is in <link linkend="catalog-pg-class"><structname>pg_class</structname></link> カタログpg_sequenceにはシーケンスに関する情報が含まれます。 名前やスキーマなどシーケンスに関する情報の一部はpg_classにあります。

表53.47 pg_sequenceの列

<title><structname>pg_sequence</structname> Columns</title>

Column Type 列 型

Description 説明

seqrelid oid (references <link linkend="catalog-pg-class"><structname>pg_class</structname></link>.<structfield>oid</structfield>) (参照先 pg_class.oid

The OID of the <link linkend="catalog-pg-class"><structname>pg_class</structname></link> entry for this sequence このシーケンスのpg_classのエントリのOID

seqtypid oid (references <link linkend="catalog-pg-type"><structname>pg_type</structname></link>.<structfield>oid</structfield>) (参照先 pg_type.oid

Data type of the sequence シーケンスのデータ型

seqstart int8

Start value of the sequence シーケンスの開始値

seqincrement int8

Increment value of the sequence シーケンスの増分値

seqmax int8

Maximum value of the sequence シーケンスの最大値

seqmin int8

Minimum value of the sequence シーケンスの最小値

seqcache int8

Cache size of the sequence シーケンスのキャッシュサイズ

seqcycle bool

Whether the sequence cycles シーケンスが周回するかどうか