Types

Type registers a new data type for use in the current database. If a schema name is given then the type is created in the specified schema. Otherwise it is created in the current schema. The type name must be distinct from the name of any existing type or domain in the same schema. (Because tables have associated data types, the type name must also be distinct from the name of any existing table in the same schema.)

Just simply click -> Type to open an object pane for Type. A right-click displays the popup menu or using the object pane toolbar below, allowing you to create new, edit and delete the selected type.

You can create Base Type / Composite Type / Enum Type.

Note: Enum Type was added in PostgreSQL 8.3.

Create Type

To create a new type

To create a new type with modification as one of the existing type

Edit Type

To edit the existing type(manage its general etc)

Delete Type

To delete a type

Achieve Type Information

To achieve a type information (OID, Type Owner, Internal Length and DDL, etc)