PG_STAT_DATABASE_CONFLICTS
PG_STAT_DATABASE_CONFLICTS displays statistics about database conflicts.
Column |
Type |
Description |
---|---|---|
datid |
OID |
Database OID. |
datname |
Name |
Database name. |
confl_tablespace |
Bigint |
Number of conflicting tablespaces. |
confl_lock |
Bigint |
Number of conflicting locks. |
confl_snapshot |
Bigint |
Number of conflicting snapshots. |
confl_bufferpin |
Bigint |
Number of conflicting buffers. |
confl_deadlock |
Bigint |
Number of conflicting deadlocks. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.