PG_STATIO_USER_SEQUENCES
PG_STATIO_USER_SEQUENCES shows I/O status information about all the user relationship table sequences in the namespace.
| Name | Type | Description |
|---|---|---|
| relid | oid | OID of this sequence |
| schemaname | name | Name of the schema where the sequence is in |
| relname | name | Name of the sequence |
| blks_read | bigint | Number of disk blocks read from the sequence |
| blks_hit | bigint | Cache hits in the sequence |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.