Skip to content
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

Add Postgres JSON function definitions #4590

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

MariusVolkhart
Copy link
Contributor

It's not unreasonable for someone to use these functions in a SELECT, so we should have return types for them.

This does not cover any of the functions that return "setof", as those would essentially be a virtual table.

It's not unreasonable for someone to use these functions in a SELECT, so we should have return types for them.

This does not cover any of the functions that return "setof", as those would essentially be a virtual table.
@AlecKazakova AlecKazakova merged commit a544ff5 into cashapp:master Sep 19, 2023
7 checks passed
@MariusVolkhart MariusVolkhart deleted the mv/postgresJson branch November 6, 2023 18:55
hfhbd pushed a commit that referenced this pull request Apr 2, 2024
It's not unreasonable for someone to use these functions in a SELECT, so we should have return types for them.

This does not cover any of the functions that return "setof", as those would essentially be a virtual table.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants