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.
|
Delete Current Query
|
Clears the current query.
|
Help on SQL
|
Calls the PostgreSQL Help window.
|
Execute
|
Executes the query.
|
Prepare Query
|
Checks the query text for errors and compiles the query plan.
|
Commit Transaction
|
Commits the current transaction.
|
Rollback Transaction
|
Rollbacks the current transaction.
|
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.
|
View
|
Allows you to show/hide the table list at the right of the window.
|
Default Size and Position
|
Brings the window to its default size and position (restricted by the main window and DB Explorer).
|