| PostgreSQL 8.0.3 Documentation | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Fast Forward | Next | |
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.
The name of an existing schema.
The new name of the schema. The new name cannot begin with pg_, as such names are reserved for system schemas.
The new owner of the schema.
>