-
Notifications
You must be signed in to change notification settings - Fork 470
document RETURN NEXT and RETURN QUERY #19589
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?
Conversation
Files changed:
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify site configuration. |
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
@@ -351,6 +351,42 @@ BEGIN | |||
RETURN; | |||
~~~ | |||
|
|||
#### `RETURN NEXT` and `RETURN QUERY` |
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.
We might want to add something to the RETURN
section above about set-returning functions, since RETURN
with no parameters serves a similar function there. Are we also missing some docs about using RETURN
with parameters for scalar functions?
DOC-13121