1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: phppgadmin
Maintainer: Isaac Clerencia <isaac@debian.org>
Uploaders: Peter Eisentraut <petere@debian.org>
Section: web
Priority: extra
Build-Depends: debhelper (>= 5)
Standards-Version: 3.8.4
Homepage: http://phppgadmin.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/pkg-postgresql/trunk/phppgadmin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-postgresql/trunk/phppgadmin/
Package: phppgadmin
Architecture: all
Depends: ${misc:Depends}, libapache2-mod-php5 | php5-cgi, php5-pgsql, apache2 | httpd
Recommends: postgresql-doc
Suggests: postgresql, slony1-bin
Description: web-based administration tool for PostgreSQL
Features:
* Administer multiple servers
* Support for PostgreSQL 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x, 8.0.x, 8.1.x,
8.2.x, 8.3.x
* Manage all aspects of:
* Users & groups
* Databases
* Schemas
* Tables, indexes, constraints, triggers, rules & privileges
* Views, sequences & functions
* Advanced objects
* Reports
* Easy data manipulation:
* Browse tables, views & reports
* Execute arbitrary SQL
* Select, insert, update and delete
* Dump table data in a variety of formats: SQL, COPY, XML, XHTML, CSV, Tabbed,
pg_dump
* Import SQL scripts, COPY data, XML, CSV and Tabbed
* Supports the Slony master-slave replication engine
* Excellent language support:
* Available in 27 languages
* No encoding conflicts. Edit Russian data using a Japanese interface!
* Easy to install and configure
|