sql: add SHOW QUERIES for TRANSACTION ID <> #52826
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
no-issue-activity
X-stale
Now that we will have SHOW TRANSACTIONS via #51902 (review), I think we should allow for the more easy combining of SHOW TRANSACTIONS and SHOW QUERIES. I'm envisioning someone seeing a long-running transaction via SHOW TRANSACTIONS and wanting to know what queries its already run as well as what query it is currently executing.
Hence, I'm suggesting adding:
SHOW QUERIES for TRANSACTION ID <>
Jira issue: CRDB-3909
The text was updated successfully, but these errors were encountered: