Multiple versions on same box

From: Ralph Smith <smithrn(at)u(dot)washington(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Multiple versions on same box
Date: 2007-10-09 00:34:36
Message-ID: 277C0548-F7F5-4DEA-8520-658CE4398092@u.washington.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

For upgrade purposes I now have 7.4 and 8.2 on the same Ubuntu box,
and that brings up some questions that I know of, and I'm sure many
that I haven't thought of yet.

I assume that I'll have to put the full path to the version of psql,
etc, corresponding to the same version database that I want to access.

What is the best way to upgrade? Use pg_dumpall (using 8.2's
program), afterwards redirect that file into v8.2 via psql v8.2?

Many thanks!
Ralph Smith
smithrn(at)u(dot)washington(dot)edu
=====================

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2007-10-09 01:15:44 Re: speeding up CUBE queries
Previous Message Alex Vinogradovs 2007-10-09 00:21:50 PG_TRY(), PG_CATCH()....