diff options
Diffstat (limited to 'system/pgadmin3/README')
-rw-r--r-- | system/pgadmin3/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/pgadmin3/README b/system/pgadmin3/README new file mode 100644 index 0000000000..2bf5be32c3 --- /dev/null +++ b/system/pgadmin3/README @@ -0,0 +1,18 @@ +pgAdmin is a feature rich Open Source administration and development +platform for PostgreSQL. The application may be used on variuos +platforms to manage PostgreSQL 7.3 and above, as well as commercial +and derived versions of PostgreSQL such as Postgres Plus Advanced +Server and Greenplum database. + +pgAdmin 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. + +pgAdmin requires wxPython PostgreSQL (available at slackbuilds.org). |