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: add support for built-in function pg_function_is_visible() #33297

Closed
knz opened this issue Dec 20, 2018 · 0 comments · Fixed by #40902
Closed

sql: add support for built-in function pg_function_is_visible() #33297

knz opened this issue Dec 20, 2018 · 0 comments · Fixed by #40902
Labels
A-sql-builtins SQL built-in functions and semantics thereof. A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@knz
Copy link
Contributor

knz commented Dec 20, 2018

Required by IntelliJ IDEA.
Found while working on #31737.

See https://www.postgresql.org/docs/11/functions-info.html

" pg_function_is_visible(function_oid) | boolean | is function visible in search path "

This must be applicable to OIDs from pg_procedure (I think? TBD)

@knz knz added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-builtins SQL built-in functions and semantics thereof. labels Dec 20, 2018
@craig craig bot closed this as completed in a92c7d0 Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-builtins SQL built-in functions and semantics thereof. A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant