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

sql: allow StrVals to resolve to arrays #22384

Closed
justinj opened this issue Feb 5, 2018 · 1 comment
Closed

sql: allow StrVals to resolve to arrays #22384

justinj opened this issue Feb 5, 2018 · 1 comment
Labels
A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@justinj
Copy link
Contributor

justinj commented Feb 5, 2018

It would be nice if we could resolve StrVals to arrays, so that expressions like the following would work without an explicit cast:

SELECT '{"a":"b"}'#>'{a}'

but from a brief investigation this seems to cause a handful of problems that I would need to look into, so I'm deeming this low-pri for the time being.

@knz knz added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Apr 27, 2018
@knz knz modified the milestones: 2.2, 2.1, Later Jul 23, 2018
@petermattis petermattis removed this from the Later milestone Oct 5, 2018
@jordanlewis
Copy link
Member

Duplicate of #23299.

(that one came later, but has more details and is linked to stuff)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

4 participants