ALTER SCHEMA — change the definition of a schema
ALTER SCHEMAname
RENAME TOnewname
ALTER SCHEMAname
OWNER TOnewowner
ALTER SCHEMA
changes the definition of a schema.
To rename a schema you must own the schema and have the privilege
CREATE
for the database. To change the owner
of a schema, you must be a superuser.