PostgreSQL
53.47. pg_sequence
#
The catalog pg_sequence
contains information about sequences. Some of the information about sequences, such as the name and the schema, is in pg_class
Table 53.47. pg_sequence
Columns
Column Type Description |
---|
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 |
+
Prev | Up | Next |
---|---|---|
53.46. |
53.48. |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2024 The PostgreSQL Global Development Group