Updated on 2024-05-07 GMT+08:00

PG_PREPARED_XACTS

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

Table 1 PG_PREPARED_XACTS columns

Name

Type

Reference

Description

transaction

xid

-

Numeric identifier of the prepared transaction.

gid

text

-

Global identifier of the prepared transaction.

prepared

timestamp with time zone

-

Time at which the transaction is prepared for commit

owner

name

PG_AUTHID.rolname

Name of the user who executes the transaction.

database

name

PG_DATABASE.datname

Name of the database that executes the transaction.