Home > pgadmin3

pgadmin3

Pgadmin3 is a project mainly written in C++ and C, based on the View license.

pgAdmin III - dev repo

pgAdmin III README

Introduction

pgAdmin III is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. The application may be used on Linux, FreeBSD Solaris, Mac OSX and Windows platforms to manage PostgreSQL 7.3 and above running on any platform, as well as commercial versions of PostgreSQL such as Pervasive Postgres, EnterpriseDB and SRA PowerGres.

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.

pgAdmin III is developed by a community of PostgreSQL experts around the world and is available in more than a dozen languages. It is Free Software released under the Artistic License.

Compilation

Unix: Please see http://www.pgadmin.org/download/source.php for details of building pgAdmin III on unix platforms.

Win32: pgAdmin III can be compiled on Windows using MS Visual C++. We use 6.0 with service pack 5. The project workspace file can be found in the src directory.

Translation

Translation into your preferred language is easily possible even for non-programmers. Please see http://www.pgadmin.org/translation/ for further details.

Previous:Poco