Add information and example of combining SHOW and TERMINATE commands with regular Cypher#1528
Add information and example of combining SHOW and TERMINATE commands with regular Cypher#1528Hunterness wants to merge 11 commits into
Conversation
As those were missed as part of the graph type documentation
… with regular Cypher
Since that PR was merged and it isn't behind the feature flag we now know the version for this case
Since that feature flag PR was merged we now know the version
|
This PR includes documentation updates Updated pages: |
|
|
||
| In difference to other show commands, the `SHOW` and `TERMINATE TRANSACTIONS` commands can be combined in the same query. | ||
| In Cypher 25 from 2026.05, the `SHOW` and `TERMINATE TRANSACTIONS` commands can be combined with general Cypher clauses in a single query. | ||
| Before 2026.05 and in Cypher 5, the `SHOW` and `TERMINATE TRANSACTIONS` commands can be combined in the same query, in difference to other show commands. |
There was a problem hiding this comment.
| Before 2026.05 and in Cypher 5, the `SHOW` and `TERMINATE TRANSACTIONS` commands can be combined in the same query, in difference to other show commands. | |
| In earlier versions and in Cypher 5, the `SHOW` and `TERMINATE TRANSACTIONS` commands can be combined in the same query, in difference to other show commands. |
There was a problem hiding this comment.
This page was moved and refactored a bit so this sentence is no longer relevant
| [role=label--cypher-25-only label--new-Neo4j-2026.05] | ||
| === Listing other transactions by the same user that were terminated with general Cypher | ||
|
|
||
| Similar to the previous example, we can list remaining transactions by users whose transactions were terminated by first terminate the transactions using `TERMINATE TRANSACTIONS`, then filter users through `SHOW TRANSACTIONS`. |
There was a problem hiding this comment.
| Similar to the previous example, we can list remaining transactions by users whose transactions were terminated by first terminate the transactions using `TERMINATE TRANSACTIONS`, then filter users through `SHOW TRANSACTIONS`. | |
| Similar to the previous example, we can list remaining transactions by users whose transactions were terminated by first terminating the transactions using `TERMINATE TRANSACTIONS`, then filtering users through `SHOW TRANSACTIONS`. |
There was a problem hiding this comment.
This page was moved and refactored a bit so this sentence is no longer relevant
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
There was a problem hiding this comment.
This page has been moved to operations manual, neo4j/docs-operations#3033, and that move included these updates.
There was a problem hiding this comment.
This page has been moved to operations manual, neo4j/docs-operations#3034, and that move included these updates.
There was a problem hiding this comment.
This page has been moved to operations manual, neo4j/docs-operations#3003, and that move included these updates.
There was a problem hiding this comment.
This page has been moved to another part of the Cypher manual, #1531 (also adding a unified SHOW page). It currently doesn't include these changes.
There was a problem hiding this comment.
It has now been updated to include these changes.
on the deprecations and additions page
on the deprecations and additions page
Also includes
TODO: