Skip to content

Instantly share code, notes, and snippets.

@imajes
Created March 26, 2010 21:41
Show Gist options
  • Save imajes/345430 to your computer and use it in GitHub Desktop.
Save imajes/345430 to your computer and use it in GitHub Desktop.
% yum upgrade postgresql
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* rpmforge: ftp-stud.fht-esslingen.de
517 packages excluded due to repository priority protections
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: postgresql = 8.4.1-1PGDG.rhel5 for package: postgresql-server
--> Processing Dependency: postgresql = 8.4.1 for package: postgresql-contrib
---> Package postgresql.x86_64 0:8.4.3-2PGDG.el5 set to be updated
--> Processing Dependency: postgresql-libs = 8.4.3-2PGDG.el5 for package: postgresql
--> Running transaction check
---> Package postgresql-contrib.x86_64 0:8.4.3-2PGDG.el5 set to be updated
---> Package postgresql-libs.x86_64 0:8.4.3-2PGDG.el5 set to be updated
---> Package postgresql-server.x86_64 0:8.4.3-2PGDG.el5 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
====================================================================================================================================
Package Arch Version Repository Size
====================================================================================================================================
Updating:
postgresql x86_64 8.4.3-2PGDG.el5 pgdg84 1.3 M
Updating for dependencies:
postgresql-contrib x86_64 8.4.3-2PGDG.el5 pgdg84 434 k
postgresql-libs x86_64 8.4.3-2PGDG.el5 pgdg84 191 k
postgresql-server x86_64 8.4.3-2PGDG.el5 pgdg84 4.4 M
Transaction Summary
====================================================================================================================================
Install 0 Package(s)
Update 4 Package(s)
Remove 0 Package(s)
Total size: 6.4 M
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID e8e345b8
pgdg84/gpgkey | 1.7 kB 00:00
Public key for postgresql-server-8.4.3-2PGDG.el5.x86_64.rpm is not installed
% yum info postgresql
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* rpmforge: ftp-stud.fht-esslingen.de
517 packages excluded due to repository priority protections
Installed Packages
Name : postgresql
Arch : x86_64
Version : 8.4.1
Release : 1PGDG.rhel5
Size : 3.3 M
Repo : installed
Summary : PostgreSQL client programs and libraries.
URL : http://www.postgresql.org/
License : BSD
Description: PostgreSQL is an advanced Object-Relational database management system
: (DBMS) that supports almost all SQL constructs (including
: transactions, subselects and user-defined types and functions). The
: postgresql package includes the client programs and libraries that
: you'll need to access a PostgreSQL DBMS server. These PostgreSQL
: client programs are programs that directly manipulate the internal
: structure of PostgreSQL databases on a PostgreSQL server. These client
: programs can be located on the same machine with the PostgreSQL
: server, or may be on a remote machine which accesses a PostgreSQL
: server over a network connection. This package contains the docs
: in HTML for the whole package, as well as command-line utilities for
: managing PostgreSQL databases on a PostgreSQL server.
:
: If you want to manipulate a PostgreSQL database on a remote PostgreSQL
: server, you need this package. You also need to install this package
: if you're installing the postgresql-server package.
Available Packages
Name : postgresql
Arch : x86_64
Version : 8.4.3
Release : 2PGDG.el5
Size : 1.3 M
Repo : pgdg84
Summary : PostgreSQL client programs and libraries
URL : http://www.postgresql.org/
License : BSD
Description: PostgreSQL is an advanced Object-Relational database management system
: (DBMS) that supports almost all SQL constructs (including
: transactions, subselects and user-defined types and functions). The
: postgresql package includes the client programs and libraries that
: you'll need to access a PostgreSQL DBMS server. These PostgreSQL
: client programs are programs that directly manipulate the internal
: structure of PostgreSQL databases on a PostgreSQL server. These client
: programs can be located on the same machine with the PostgreSQL
: server, or may be on a remote machine which accesses a PostgreSQL
: server over a network connection. This package contains the command-line
: utilities for managing PostgreSQL databases on a PostgreSQL server.
:
: If you want to manipulate a PostgreSQL database on a local or remote PostgreSQL
: server, you need this package. You also need to install this package
: if you're installing the postgresql-server package.
%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment