< Home - < Back

pgadmin3


Information about the package, pgadmin3, which is shipped with common Linux distributions. The pgadmin3 package is designed for, Graphical client for PostgreSQL.


Package Name:

pgadmin3

Summary:

Graphical client for PostgreSQL

Description:

pgAdmin III is a powerful administration and development platform for the PostgreSQL database, free for any use. It 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. 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. No additional drivers are required to communicate with the database server.

Architecture:

x86_64

Version:

1.20.0

Release:

1.el6

Size:

4.7 M

Repository:

epel

From Repository:

Licence:

PostgreSQL



Handy Yum Commands for pgadmin3


Control the pgadmin3 package with the following handy commands outlined below.


Command

Description of Command

yum install pgadmin3

This command will install pgadmin3 on the server.

yum remove pgadmin3

This command will un-install pgadmin3 on the server. When you run this command, you will be asked if you are sure that you want to remove pgadmin3, so you have to manually confirm that you want to do this.

yum -y remove pgadmin3

This command will un-install pgadmin3 on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pgadmin3 when using the -y flag.

yum update pgadmin3

This command will update pgadmin3 to the latest version. When you run this command, you will be asked if you are sure that you want to remove pgadmin3, so you have to manually confirm that you want to do this.

yum -y update pgadmin3

This command will update pgadmin3 to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pgadmin3 when using the -y flag.

yum info pgadmin3

This command will show you core information about the pgadmin3 package.

yum deplist pgadmin3

This command will show you the dependencies for pgadmin3. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update pgadmin3

This command will check if there is an update waiting on pgadmin3. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.