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 SHOW CREATE FUNCTION support #14746

Closed
cockroach-teamcity opened this issue Aug 9, 2022 · 0 comments
Closed

sql: add SHOW CREATE FUNCTION support #14746

cockroach-teamcity opened this issue Aug 9, 2022 · 0 comments

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Aug 9, 2022

Exalate commented:

Related PR: cockroachdb/cockroach#85656
Commit: cockroachdb/cockroach@521ff3c


Release note (sql change): This commit adds support for the
SHOW CREATE FUNCTION statement. If given function name is
qualified, the explicit schema will be searched. If function
name is not qualified, the schemas on search path are searched
and functions from the most significant schema are returned.

Jira Issue: DOC-5273

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant