ALTER SCHEMA¶
Synopsis¶
ALTER SCHEMA name RENAME TO new_name
ALTER SCHEMA name SET AUTHORIZATION ( user | USER user | ROLE role )
Description¶
Change the definition of an existing schema.
Examples¶
Rename schema web to traffic:
Change owner of schema web to user alice:
Allow everyone to drop schema and create tables in schema web: