Files
doc-exports/docs/dws/dev/dws_04_0742.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_PREPARED_XACTS

PG_PREPARED_XACTS displays information about transactions that are currently prepared for two-phase commit.

Table 1 PG_PREPARED_XACTS columns

Column

Type

Reference

Description

transaction

Xid

N/A

Numeric transaction identifier of the prepared transaction

gid

Text

N/A

Global transaction identifier that was assigned to the transaction

prepared

Timestamp with time zone

N/A

Time at which the transaction is prepared for commit

owner

Name

PG_AUTHID.rolname

Name of the user that executes the transaction

database

Name

PG_DATABASE.datname

Name of the database in which the transaction is executed