File: control

package info (click to toggle)
phppgadmin 5.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,940 kB
  • sloc: php: 47,091; sh: 37; sql: 16; makefile: 5
file content (47 lines) | stat: -rw-r--r-- 1,664 bytes parent folder | download
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
42
43
44
45
46
47
Source: phppgadmin
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Jean-Michel Vourgère <nirgal@debian.org>,
Section: web
Priority: optional
Build-Depends: debhelper (>= 11), dh-apache2
Standards-Version: 4.3.0
Homepage: http://phppgadmin.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/postgresql/phppgadmin
Vcs-Git: https://salsa.debian.org/postgresql/phppgadmin.git

Package: phppgadmin
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: libapache2-mod-php | php-cgi | php,
         libjs-jquery,
         libphp-adodb,
         php-pgsql,
         ${misc:Depends}
Recommends: ${misc:Recommends}
Suggests: postgresql, postgresql-doc, slony1-bin
Description: web-based administration tool for PostgreSQL
 phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect
 for PostgreSQL DBAs, newbies and hosting services.
 .
 Features:
  * Administer multiple servers
  * 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