SYSTEM CATALOGS / STATISTICS VIEWS
pg_statio_all_sequences
Read PG 18 manual ↗The pg_statio_all_sequences view will contain one row for each sequence in the current database, showing statistics about I/O on that specific sequence.
- Kind
- Statistics views
- Columns in this snapshot
- 5
- Definition source
- English manual
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 8
- PG 18 → 19changed
- PG 12 → 13changed
- PG 11 → 12changed
- PG 9.6 → 10changed
- PG 9.5 → 9.6changed
- PG 9.4 → 9.5changed
- PG 9.3 → 9.4changed
- PG 9.1 → 9.2changed
Definition snapshot: english-manuals:639017e954dbefc168e69d04534… · English manual source