PG_STATIO_SYS_SEQUENCES
PG_STATIO_SYS_SEQUENCES displays the I/O status information about all the system sequences in the namespace.
| Name | Type | Description |
|---|---|---|
| relid | oid | OID of this sequence |
| schemaname | name | Name of the schema this sequence is in |
| relname | name | Name of the sequence |
| blks_read | bigint | Number of disk blocks read from this sequence |
| blks_hit | bigint | Number of buffer hits in this sequence |
Last Article: PG_STATIO_SYS_INDEXES
Next Article: PG_STATIO_SYS_TABLES
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.