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
148746: sql: portable `SHOW CREATE FUNCTION` output r=bghal a=bghal
Previously, the `SHOW CREATE FUNCTION` statement 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` statement produces
the 2-part table names rather than qualifying with the current database.
Co-authored-by: Brendan Gerrity <[email protected]>
0 commit comments