Online Documentation for SQL Manager for PostgreSQL

Creating/editing view


Use the View tab of View Editor to create/edit a view and specify its definition.

 

This tab represents the view definition as SQL statement, hence it is enough to simply edit the whole definition using the editor area to make appropriate changes, and recompile the view.

 

For your convenience the syntax highlight, code completion and a number of other features for efficient SQL editing are implemented. For details see Working with Query Data area and Using the context menu.

 

View Editor - Editing view definition

 

Note: The visual representation of a view can be easily created using the Visual Design Query.

Note: You can create Materialized views manually.

 

To compile a view, you can use the iconCompile Compile item available within the Navigation bar or toolbar.