PostgreSQL Maestro online Help
| Prev | Return to chapter overview | Next |
Fields
Table columns and composite type fields are created and edited in PostgreSQL Maestro within the Field Editor.
To add a new table column, you should either:
or
or
|

The information below are useful for editing of table fields. Composite types' fields admit to editing the comment only.
Specify the Field Name and specify the Field Data Type by selecting it from the drop-down list.
Note: the name of the object must be unique among all the object names in the table. You can use any identifier that is allowed by PostgreSQL server.
Note: A column's data type is now being changed since the 8.0 version of PostgreSQL Server.
Parameters group options are described at the Field parameters topic.
To set the default value for the field use the Default value box. This value is always inserted to the table in this field when the field value is not specified in the insert query.
Collation (PostgreSQL 9.1+)
Specify a collation to the column to define the sort order and character classification behavior of column data. The collation must be of a collatable data type. If not specified, the column data type's default collation is used.
The Comment box allows you to set optional text describing the field.
Table fields are edited within the Field Editor dialog window. In order to open the dialog you should either
or
You can change the name of the field using the Rename Field dialog. To open the dialog you should either
or
|
To drop the table field:
or
and confirm dropping in the dialog window.
|





