• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomepcDuinoLinux ApplicationsHow to install pgAdmin3 on pcDuino Ubuntu
Previous Next

How to install pgAdmin3 on pcDuino Ubuntu

Posted by: Yang , July 8, 2014

Introduction

pgAdmin 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 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 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 PostgreSQL License.

The current version of pgAdmin is 1.18.1.

Install pgadmin3 on pcDuino Ubuntu

$ sudo apt-get install pgadmin3

Start pgadmin3

1. Start meun -> Programming -> pgAdminIII

2. Command line -> Type: pgadmin3

2014-07-09-041355_1280x696_scrot 2014-07-09-041408_602x601_scrot 2014-07-09-041417_612x534_scrot 2014-07-09-041510_1280x696_scrot 2014-07-09-041604_1280x696_scrot

Tags: Linux Applications

Share!
Tweet

Yang

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors