gp_transaction_log
A newer version of this documentation is available. Use the version menu above to view the most up-to-date release of the Greenplum 6.x documentation.
gp_transaction_log
The gp_transaction_log view contains status information about transactions local to a particular segment. This view allows you to see the status of local transactions.
column | type | references | description |
---|---|---|---|
segment_id | smallint | gp_segment_configuration.content | The content id of the segment. The master is always -1 (no content). |
dbid | smallint | gp_segment_configuration.dbid | The unique id of the segment instance. |
transaction | xid | The local transaction ID. | |
status | text | The status of the local transaction (Committed or Aborted). |