forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
5.7 KiB
5.7 KiB
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. |
Parent topic: System Views