PostgreSQL 8.1beta2 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
ALTER TYPE changes the definition of an existing type. The only currently available capabilities are changing the owner and schema of a type.
The name (possibly schema-qualified) of an existing type to alter.
The user name of the new owner of the type. You must be a superuser to change a type's owner.
The new schema for the type. To move a type to a new schema, you must be the owner of the type and have CREATE privilege on the new schema.