forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
5.7 KiB
5.7 KiB
PG_PREPARED_XACTS
PG_PREPARED_XACTS displays information about transactions that are currently prepared for two-phase commit.
Name |
Type |
Reference |
Description |
---|---|---|---|
transaction |
xid |
- |
Numeric transaction identifier of the prepared transaction |
gid |
text |
- |
Global transaction identifier that was assigned to the transaction |
prepared |
timestamp with time zone |
- |
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 |
Parent topic: System Views