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
にあります。
表51.47 pg_sequence
の列
Column Type 列 型 Description 説明 |
---|
The OID of the <link linkend="catalog-pg-class"><structname>pg_class</structname></link> entry for this sequence
このシーケンスの |
Data type of the sequence シーケンスのデータ型 |
Start value of the sequence シーケンスの開始値 |
Increment value of the sequence シーケンスの増分値 |
Maximum value of the sequence シーケンスの最大値 |
Minimum value of the sequence シーケンスの最小値 |
Cache size of the sequence シーケンスのキャッシュサイズ |
Whether the sequence cycles シーケンスが周回するかどうか |