Button
|
Action
|
|
|
Databases
|
Drops down with a list of registered databases, allowing you to select the database for the query.
|
Load
|
Loads the query text from an *.sql file.
|
Save
|
Saves the query text to an *.sql file.
|
Save All
|
Saves all the queries to one *.sql file.
|
Help on SQL
|
Opens the PostgreSQL Help window.
|
Execute
|
Executes the query.
|
Default Size and Position
|
Brings the window to its default size and position (restricted by the main window and DB Explorer).
|
Visual Query Builder
|
Activates the Visual Query Builder window for visual building the query.
|
New Query
|
Creates the new clean page for the new query.
|
Delete Current Query
|
Clears the current query page.
|
Clear All History
|
Clears all the query pages open.
|
Commit Transaction
|
Commits the current transaction.
|
Rollback Transaction
|
Rollbacks the current transaction.
|
Find
|
Activates the Find Text Dialog for searching the given text in the query text.
|
Export Data (Results tab only)
|
Activates the Export Data Dialog, which allows you to export the result query data to file.
|
Export Data as INSERT Statements (Results tab only)
|
Activates the Export Data As Insert Dialog, which allows you to export the result query data to the SQL script as INSERT statements.
|