Skip site navigation (1) Skip section navigation (2)

File Browser

Topreposapt

Directories

[Parent Directory] [Parent Directory]
dists dists
pool pool

Files

ACCC4CF8.asc ACCC4CF8.asc2013-02-24 22:18:052.4 KB
README README2013-02-24 22:26:30918 bytes

README File

PostgreSQL for Debian and Ubuntu Apt Repository
===============================================

This repository hosts PostgreSQL server and extension module packages, as well
as some client applications.

To use the repository, do the following:

Create /etc/apt/sources.list.d/pgdg.list. The distributions are called
codename-pgdg. In the example, replace "squeeze" with the actual distribution
you are using:

  deb http://apt.postgresql.org/pub/repos/apt/ squeeze-pgdg main

(You may determine the codename of your distribution by running lsb_release -c.)

Import the repository key from http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc,
update the package lists, and start installing packages:

  wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add -
  sudo apt-get update
  sudo apt-get install postgresql pgadmin3

More information: http://wiki.postgresql.org/wiki/Apt

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group