Menu

pgWebAdmin

Overview

pgWebAdmin is a tool written in PHP intended to handle the administration of PostgreSQL, Currently it can create and drop databases, create/drop/alter tables, delete/edit/add columns, execute any SQL statement, manage indexes on columns.


Features

  1. Intuitive web interface
  2. Support for PostgreSQL 8.4.x, 9.0.x, 9.1.x, 9.2.x
  3. Import data from CSV and SQL
  4. Dump table data to various formats: CSV, SQL, XML, PDF, ISO/IEC 26300 - OpenDocument Text and Spreadsheet, Word, Excel, LATEX and others
  5. Administering multiple servers
  6. Creating PDF graphics of your database layout
  7. Creating complex queries using Query-by-example (QBE)
  8. Searching globally in a database or a subset of it
  9. Easy to install and configure
  10. Transforming stored data into any format using a set of predefined functions.
    And much more...

Progress

  1. Intial Plan setup