Files
doc-exports/docs/dws/dev/dws_04_0762.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

5.7 KiB

PG_STAT_DATABASE_CONFLICTS

PG_STAT_DATABASE_CONFLICTS displays statistics about database conflicts.

Table 1 PG_STAT_DATABASE_CONFLICTS columns

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.