Views
Top  Previous  Next


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

Create View  
 
1 Select the Views branch in the DB Explorer window.  
2 Right-click and select the New View ... item from the popup menu  
3 Set the View properties in the View Editor window  

Click the Compile button to save the changes you made.
 
Edit View  
 
1 Find the View you want to edit in the DB Explorer tree (press Ctrl+F for quick searching).  
2 Double-click the view  

or  

2 Right-click and select the Edit View <View_Name> item in the popup menu.  

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