Schemas
Top  Previous  Next


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

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

or  

2 Right-click and select the Edit Schema <Schema_Name> item in the popup menu.  

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