sql: allow table and column renaming if only references are in udfs #101934
Labels
A-sql-routine
UDFs and Stored Procedures
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-queries
SQL Queries Team
Postgres allows tables and columns to be renamed using
ALTER TABLE
even if they are referenced by UDFs. For example, the following commands succeed in postgres:This should be possible once we're able to rewrite queries with table and column IDs.
Jira issue: CRDB-27189
The text was updated successfully, but these errors were encountered: