ALTER SCHEMA

Applies to: ❌ Data Cloud SQL ✅ Tableau Hyper API

Change properties of a schema.

ALTER SCHEMA changes the definition of a schema. Currently, Hyper only supports renaming a schema.

<name>

The name of an existing schema

<new_name>

The new name of the schema. The new name cannot begin with pg_, as such names are reserved for system schemas.