PGAdmin4 logo

PGAdmin4

PostgreSQL オープンソース管理および開発プラットフォーム

DevTool 最新: 9.12

Introduction

PGAdmin 4 is a powerful tool for managing and maintaining PostgreSQL databases. It provides a rich set of features to help database administrators and developers efficiently manage their databases.

Features

Database Connection Management

  • Database Connections: Easily connect to multiple PostgreSQL database servers.
  • Server Groups: Organize and manage database servers by grouping them.

Database Object Management

  • Table Management: View, edit, and delete tables in the database, as well as execute SQL queries.
  • View Management: Create, modify, and delete views in the database.
  • Indexes and Constraints: Create and manage indexes and constraints to improve database performance and ensure data integrity.
  • Functions and Stored Procedures: Manage functions and stored procedures within the database.
  • Triggers: Create and manage triggers to perform actions when specific events occur.
  • External Data Import and Export: Import and export data for backup and migration purposes.

Query Tools

  • SQL Query Editor: Execute SQL queries and view results, with support for SQL syntax highlighting and query history.
  • Visual Query Builder: Build SQL queries using a drag-and-drop interface without writing SQL code.

Data Visualization

  • Table Data Viewer: View database data in a tabular format.
  • Charts and Graphs: Create charts and graphs for more intuitive data presentation.

Database Backup and Restore

  • Database Backup: Create database backups to prevent data loss.
  • Database Restore: Restore databases from backup files.

Security and Permissions Management

  • User and Role Management: Manage database users and roles to control access permissions.
  • Object Permissions: Define and manage access permissions for database objects.
  • SSL Support: Enhance the security of database connections.

Extensibility

  • Plugin Support: Extend PGAdmin 4's functionality through its plugin system.

1Panel で PGAdmin4 をデプロイ

  1. Install 1Panel on your VPS (Linux server).

    # Copy and paste the following command into your terminal and press Enter
    bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
  2. Open the 1Panel dashboard, go to App Store.

  3. Search for PGAdmin4 and click Install.

  4. Fill in the required parameters (ports, admin credentials, storage path), then confirm.

  5. After deployment, create a website/reverse proxy in 1Panel if you want a custom domain.

  6. Enable HTTPS (recommended) and keep the app updated from the App Store.