Re: I found it, I FOUND IT!!

From: will trillich <will(at)serensoft(dot)com>
To: Postgresql Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: I found it, I FOUND IT!!
Date: 2002-02-11 00:01:21
Message-ID: 20020210180121.D24785@serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Feb 10, 2002 at 05:08:28PM -0600, will trillich wrote:
> assuming you use debian:
>
> include this within your /etc/apt/sources.list file:
>
> # postgresql 7.* -- for stable?
> deb http://people.debian.org/~elphick/postgresql/pg7.1/potato/ ./
>
> then do
>
> apt-get update
> apt-get install postgresql
> # probably also do "apt-get upgrade" at some point

this assumes you want a reasonably-current yet potato-friendly
version 7.1 of postgresql (the potato standard version of
postgresql is oooollld: 6-point-something) of course. oliver
elphick (much thanks!) made it possible.

but i gather you're just getting it up and running, so having a
newer version shouldn't be much of an obstacle -- upgrading a
working database from v.X to v.Y can be harrowing at times...

--
DEBIAN NEWBIE TIP #73 from USM Bish <bish(at)nde(dot)vsnl(dot)net(dot)in>
:
Looking for a way to CAPTURE A TRANSCRIPT OF SOME COMMANDS?
Easy! To catch anything from the screen when it scrolls by,
use "script":
script file-to-save-transcript-in.txt
<command>
<command>
exit <== don't forget this!
(It spawns another shell, and displays everything so you
can work -- but it also saves the output in the file at the
same time.) Then "pager file-*transcript*" to review it. Or
email it. Or edit it to include in a manual you're writing.

Also see http://newbieDoc.sourceForge.net/ ...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-02-11 00:05:54 Re: another "EXPLAIN -- NO INDEX?" question
Previous Message will trillich 2002-02-10 23:12:11 Re: I found it, I FOUND IT!!