SYSTEM CATALOGS / STATISTICS VIEWS
pg_statio_user_sequences
Read PG 18 manual ↗Same as pg_statio_all_sequences, except that only user sequences are shown.
- Kind
- Statistics views
- Columns in this snapshot
- 5
- Definition source
- Catalog source snapshot
Columns 5
| Column | Type | Description / reference |
|---|---|---|
relid | oid | OID of a sequence |
schemaname | name | Name of the schema this sequence is in |
relname | name | Name of this sequence |
blks_read | bigint | Number of disk blocks read from this sequence |
blks_hit | bigint | Number of buffer hits in this sequence |
Column history across versions
Version history 2
- PG 19 → 20removed
- PG 9.1 → 9.2changed
Definition snapshot: english-manuals:79a260174ed2fdbb1c3a662ddc3… · English manual source