📄️Databases
PostgreSQL Databases page listing databases with their size, assigned users and actions
📄️Create Database
Easily create a new PostgreSQL database in just a few clicks. Databases are essential for storing, organizing, and retrieving data for your applications.
📄️Database Wizard
PostgreSQL Database Wizard with steps to create a database, create a user with a password, and a preview of the GRANT statement
📄️PostgreSQL Users
PostgreSQL Users page listing database users with Change Password and Delete buttons
📄️Create User
Easily create a new PostgreSQL user in just a few clicks. Users are used for interacting with databases or the PostgreSQL server.
📄️Assign User to DB
Assign a PostgreSQL user to an existing database to grant permissions for executing queries, modifying tables, and managing data.
📄️Remove User from DB
Remove a PostgreSQL user from an existing database to revoke their permissions and prevent access to execute queries, modify tables, or manage data.
📄️Import
Import tables into a PostgreSQL database using a .sql or gzip compressed .sql.gz export file, for example one made with Export on the Databases page. This feature is useful for restoring backups, migrating data, or setting up initial database structures.
📄️Remote PostgreSQL
Remote PostgreSQL Access page showing remote access as Disabled with the Enable Remote PostgreSQL Access button
📄️Show Processes
PostgreSQL Processes table listing the active backend processes
📄️Configuration
PostgreSQL Configuration page with a table of settings, editable values and the Save Changes button