ALTER SCHEMA — change the definition of a schema
ALTER SCHEMA name RENAME TO newname ALTER SCHEMA name OWNER TO newowner
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.