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
|
Source: pgadmin3
Section: misc
Priority: optional
Maintainer: Raphael Enrici <blacknoz@club-internet.fr>
Build-Depends: debhelper (>= 4.1.0), libpq-dev (>= 7.3), devscripts, libxml2-dev, libxslt1-dev
Standards-Version: 3.7.2
Package: pgadmin3
Architecture: any
Depends: pgadmin3-data (= ${Source-Version}), ${shlibs:Depends}
Description: graphical administration tool for PostgreSQL
pgAdmin III is a database design and management application for use with
PostgreSQL. The application can be used to manage PostgreSQL 7.3 and above
running on any platform.
.
pgAdmin III is designed to answer the needs of all users, from writing
simple SQL queries to developing complex databases. The graphical
interface supports all PostgreSQL features and makes administration
easy. The application also includes a syntax highlighting SQL editor, a
server-side code editor, an SQL/batch/shell job scheduling agent,
support for the Slony-I replication engine and much more. Server
connection may be made using TCP/IP or Unix Domain Sockets (on *nix
platforms), and may be SSL encrypted for security. No additional
drivers are required to communicate with the database server.
.
Homepage: http://www.pgadmin.org/
Package: pgadmin3-data
Architecture: all
Enhances: pgadmin3 (= ${Source-Version})
Conflicts: pgadmin3 (<< 1.0.2-1)
Replaces: pgadmin3 (<< 1.0.2-1)
Description: graphical administration tool for PostgreSQL - documentation
pgAdmin III is a database design and management application for use with
PostgreSQL.
.
This package contains the documentation for pgAdmin III in English language.
This package is mandatory to get the pgAdmin III help system to run smoothly.
.
Homepage: http://www.pgadmin.org/
|