PostgreSQL Database Explorer

Managing database connections

dbForge Studio for PostgreSQL offers a quick and simple way to manage database connections through Database Explorer, which allows adding, editing, deleting, renaming, or duplicating existing database connections in just a few clicks. Postgres Database Explorer is designed to simplify the work with a bunch of database connections. You can call the Database Connection Properties window right from its upper pane. You can also close a connection with a single click.

Postgres Database Explorer - Managing Database Connections

Viewing database schema information

You can instantly check database schema information for tables, views, procedures, functions, triggers, and events right from Database Explorer. Just right-click the object you are interested in and select Properties from the context menu that appears.

Postgres Explorer feature - Viewing Database Schema Information

Displaying the number of database objects

Database Explorer displays the number of existing database objects. It is displayed in parentheses to the right of the folder name.

Postgres Explorer option - Displaying the Number of Database Objects

Filtering database objects

Filtering simplifies navigation through databases that contain a large number of objects. You can use filters to display fewer objects in the Postgres Database Explorer tree and work only with the objects you need. To apply filters, right-click the folder with objects and select the Filter option from the context menu that appears.

Postgres Database Explorer feature - Filtering Database Objects

Generating DDL statements for database objects

dbForge Studio for PostgreSQL allows generating DDL statements for tables, views, stored procedures, functions, and triggers. Using the feature, you can generate scripts to recreate the necessary database objects when and where required. In the Postgres Explorer, right-click the object you want to create a DDL statement for, and select Generate Script As from the context menu.

PostgreSQL Database Explorer - Generating DDL Statements for Database Objects