it's hot ,postgresql 9 install on ubuntu lucid 10.04

September 28, 2010

Installing PostgreSQL 9.0 on Ubuntu

Filed under: HowTo,ubuntu — devdude @ 8:49 am
Tags: install, ubuntu, postgresql, lucid

Thanks to Martin Pitt , who maintains the packages for Ubuntu, nstalling the latest version of PostgreSQL on Ubuntu (Lucid) is nothing more than updating your /etc/apt/sources.list with

deb http://ppa.launchpad.net/pitti/postgresql/ubuntu lucid main
deb-src http://ppa.launchpad.net/pitti/postgresql/ubuntu lucid main

plus

apt-get update

and

apt-get installpostgresql-9.0

I recommend reading the release notes and he outstanding good postgresql documentation.

Ads by Google
SSL Installation
Free Trustwave Support Docs Apache and other popular servers
ssl.trustwave.com/Install


原文地址:https://www.cnblogs.com/lexus/p/1842924.html