1phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL. phpPgAdmin is a
2fully functional PostgreSQL administration utility. You can use it to create
3and maintain multiple databases and even multiple servers.
4
5Features include:
6 - create and drop databases
7 - create, copy, drop and alter
8   tables/views/sequences/functions/indicies/triggers
9 - edit and add fields (to the extent Postgres allows)
10 - execute any SQL-statement, even batch-queries
11 - manage primary and unique keys
12 - create and read dumps of tables
13 - administer one single database
14 - administer multiple servers
15 - administer postgres users and groups
16
17LICENSE: GPL2 or later
18