-
Notifications
You must be signed in to change notification settings - Fork 470
document CURSOR WITH HOLD #19590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
document CURSOR WITH HOLD #19590
Conversation
Files changed:
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
@DrewKimball @dikshant I also want to update the CURSOR sql diagram in a separate |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify site configuration. |
Yes, I think so. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 point of confusion that may need clarification.
~~~ | ||
</section> | ||
|
||
Declare a cursor using `WITH HOLD` to keep it open after the `COMMIT`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the Implicit section, it is confusing to see "to keep it open after the COMMIT
". In the implicit example, each statement is an implicit transaction and has its own implicit commit. There is no actual COMMIT
command listed.
DOC-13183