You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the `SHOW CREATE <FUNCTION | PROCEDURE>` statements would
include the fully qualified table names.
The database component of the table name made it unportable.
This change uses the unqualified table name to make the output portable.
Fixes: #125936
Epic: CRDB-39674
Release note (sql change): The `SHOW CREATE FUNCTION` and `SHOW CREATE
PROCEDURE` statements produce the 2-part table names rather than
qualifying with the current database.
0 commit comments