The operator class identifies the operators to be used by
the index for that column. For example, a B-tree index on
the type int4 would use the int4_ops class; this operator
class includes comparison functions for values of type int4.
Create a Operator Class
To create a operator class :
- Select the Database in the Tree View and select Others
>
Operator Class from the toolbar
- Press the
New Operator Class button
- Enter Operator Class properties and fields on the appropriate
tabs of the New Operator Class Editor
- Click OK
Design a Operator Class
To design a operator class:
- Select the Database in the Tree View and select Others
>
Operator Class from the toolbar
- Select the operator class you want to design.
- Press the
Design Operator Class button.
- Edit Operator Class properties and fields on the appropriate
tabs of the Design Operator Class Editor
- Click OK
Delete a Operator Class
To delete a operator class:
- Select the Database in the Tree View and select Others
>
Operator Class from the toolbar
- Select the operator class you want to delete.
- Click the
Delete Operator Class button.
- Confirm deleting in the dialog window.
|