Quick Start
Connect to MySQL
HTTP Tunnel
SSH Tunnel
Databases
Schema
Tables
Adding Fields and Choosing Data Types
Customising Fields
Primary Keys and Indexes
Filter Wizard
Foreign Keys
Foreign Keys Data Selection
Uniques and Checks
Rules and Triggers
Privileges
Import/Export
Function
View
Tablespace
Cast
Language
Aggregate
Conversion
Domain
Trigger Function
Operator
Operator Class
Sequence
Type
Queries
Visual Query Builder
Data
Manage Users
Backup
Data Transfer
Schedule
Server Monitor
Data Synchronization
Structure Synchronization
Console
Virtual Grouping
Maintaining your databases/tables
Preferences
General
Tabs
Tables
Queries
  Working with Operator
 
PostgreSQL supports left unary, right unary, and binary operators. Operators can be overloaded; that is, the same operator name can be used for different operators that have different numbers and types of operands. When a query is executed, the system determines the operator to call from the number and types of the provided operands.

Create a Operator

To create a operator:

  1. Select the Database in the Tree View and select Others > Operator from the toolbar
  2. Press the New Operator button
  3. Enter Operator properties and fields on the appropriate tabs of the New Operator Editor
  4. Click OK

Design a Operator

To design a operator:

  1. Select the Database in the Tree View and select Others > Operator from the toolbar
  2. Select the operator you want to design.
  3. Press the Design Operator button.
  4. Edit Operator properties and fields on the appropriate tabs of the Design Operator Editor
  5. Click OK

Delete a Operator

To delete a operator:

  1. Select the Database in the Tree View and select Others > Operator from the toolbar
  2. Select the operator you want to delete.
  3. Click the Delete Operator button.
  4. Confirm deleting in the dialog window.