Re: What packages I need to install to get Postgres working

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Andre Lopes <lopes80andre(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What packages I need to install to get Postgres working
Date: 2009-12-06 21:48:19
Message-ID: 4B1C26A3.2040301@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/12/2009 21:35, Andre Lopes wrote:

> I have used Postgres on windows, but now I need to develop a website in
> Linux envoirnment.
>
> I have installed Ubuntu Desktop, but now I need to know what packages
> install to get Postgres working.

I think Ubuntu's packaging system is based on the Debian one, so you
should just need to do -

apt-get postgresql-8.3

- to get PG and all it depends on. If you want 8.4, you'll need to get
it from backports.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andre Lopes 2009-12-06 22:00:55 Re: What packages I need to install to get Postgres working
Previous Message Andre Lopes 2009-12-06 21:35:52 What packages I need to install to get Postgres working