Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.46. pg_sequence
Prev UpChapter 50. System CatalogsHome Next

50.46. pg_sequence

The catalogpg_sequence contains information about sequences. Some of the information about sequences, such as the name and the schema, is inpg_class.

Table 50.46. pg_sequence Columns

NameTypeReferencesDescription
seqrelidoidpg_class.oidThe OID of thepg_class entry for this sequence
seqtypidoidpg_type.oidData type of the sequence
seqstartint8 Start value of the sequence
seqincrementint8 Increment value of the sequence
seqmaxint8 Maximum value of the sequence
seqminint8 Minimum value of the sequence
seqcacheint8 Cache size of the sequence
seqcyclebool Whether the sequence cycles


Prev Up Next
50.45. pg_seclabel Home 50.47. pg_shdepend
epubpdf
Go to Postgres Pro Standard 11
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp