-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support RETURNS TABLE (...)
functions
#326
Conversation
…nd I'll provide more details in the PR
- docs for SRF functions in general
- add a test for returning a 1 column table, which we expect to fail right now.
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.
Looks good, if more changes are needed lmk!
I'm gonna hold this until we get pgcentralfoundation/pgrx#1164 over in pgrx merged and released. This PR will need a test around returning a table with 1 field, which is blocked on that pgrx PR right now. |
… just keep doing that going forward
Done. Added the dependency updates to this PR too, since it needs them. Once CI passes I'm gonna merge. |
This PR gets support for set returning functions. It needs tests and another once over, but this little sql works now: