Skip to content

Commit

Permalink
add UDFs to declarative schema changer (cockroachdb#16693)
Browse files Browse the repository at this point in the history
  • Loading branch information
taroface authored Apr 10, 2023
1 parent 65db24f commit 8377107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v23.1/online-schema-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ The following statements use the declarative schema changer by default:
- [`DROP SCHEMA`](drop-schema.html)
- [`DROP TABLE`](drop-table.html)
- [`DROP TYPE`](drop-type.html)
- {% include_cached new-in.html version="v23.1" %} [`CREATE FUNCTION`](create-function.html)
- {% include_cached new-in.html version="v23.1" %} [`DROP FUNCTION`](drop-function.html)

Until all schema change statements are moved to use the declarative schema changer you can enable and disable the declarative schema changer for supported statements using the `sql.defaults.use_declarative_schema_changer` [cluster setting](cluster-settings.html) and the `use_declarative_schema_changer` [session variable](set-vars.html).

Expand Down

0 comments on commit 8377107

Please sign in to comment.