Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
52.45. pg_sequence
Prev UpChapter 52. System CatalogsHome Next

52.45. 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 52.45. pg_sequence Columns

Column Type

Description

seqrelidoid (referencespg_class.oid)

The OID of thepg_class entry for this sequence

seqtypidoid (referencespg_type.oid)

Data 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
52.44. pg_seclabel Home 52.46. pg_shdepend
pdfepub
Go to PostgreSQL 14
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp