4 The catalog pg_sequence contains information about sequences. Some of
5 the information about sequences, such as the name and the schema, is in
8 Table 52.47. pg_sequence Columns
14 seqrelid oid (references pg_class.oid)
16 The OID of the pg_class entry for this sequence
18 seqtypid oid (references pg_type.oid)
20 Data type of the sequence
24 Start value of the sequence
28 Increment value of the sequence
32 Maximum value of the sequence
36 Minimum value of the sequence
40 Cache size of the sequence
44 Whether the sequence cycles