Aggregates
Top  Previous  Next


PostgreSQL Manager provides all the tools you need to manage all the PostgreSQL database objects.

Create Aggregate  
 
1 Select the Aggregates branch in the DB Explorer window.  
2 Right-click and select the New Aggregate ... item from the popup menu  
3 Set the aggregate properties in the Aggregate Editor window  
 
Click the Compile button to save the changes you made.
 
Edit Aggregate  
 
1 Find the aggregate you want to edit in the DB Explorer tree (press Ctrl+F for quick searching).  
2 Double-click the aggregate  

or  

2 Right-click and select the Edit Aggregate <Aggregate_Name> item in the popup menu.  

Edit the aggregate parameters in the Aggregate Editor. Click the Compile button to save the changes you made.
 
Drop Aggregate  
 
1 Find the aggregate you want to drop in the DB Explorer tree (press Ctrl+F for quick searching).  
2 Right-click and select the Drop Aggregate <Aggregate_Name> item in the popup menu.  
3 Confirm dropping in the dialog window.