cockroachdb / cockroachdb/cockroach
opt: show routine dependencies when formatting optimizer expressions
Open
C-enhancement
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
When the optimizer plan `CREATE VIEW`, `CREATE FUNCTION`, `CREATE PROCEDURE`, or `CREATE TRIGGER` is displayed, we currently show the relation and UDT dependencies of the statement. We should also display dependencies on UDFs and stored procedures.
Jira issue: CRDB-40823
Contributor guide
Assessment
This issue has not been assessed yet.