PG_STAT_DATABASE_CONFLICTS
PG_STAT_DATABASE_CONFLICTS displays statistics about database conflicts.
| Name | 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 conflicting snapshots |
| confl_bufferpin | bigint | Number of conflicting buffers |
| confl_deadlock | bigint | Number of conflicting deadlocks |
Last Article: PG_STAT_DATABASE
Next Article: PG_STAT_GET_MEM_MBYTES_RESERVED
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.