Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.47. pg_sequence
Prev UpChapter 51. System CatalogsHome Next

51.47. 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 51.47. 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
51.46. pg_seclabel Home 51.48. pg_shdepend
pdfepub
Go to PostgreSQL 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp