Documentation Index
Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
alter_option depends on the operation you want to perform on the function. For all supported clauses, see the sections below.
Clause
SET SCHEMA
| Parameter or clause | Description |
|---|---|
| SET SCHEMA | This clause changes the schema of the function. To change a function’s schema, you must also have CREATE privilege on the new schema. |
| schema_name | Specify the schema to which you want to change. |