Re: version for sun cobalt qube 3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Weber Gerhard <gerhard(dot)weber(at)datura(dot)ch>
Cc: "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: version for sun cobalt qube 3
Date: 2002-11-27 02:20:24
Message-ID: 13059.1038363624@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Weber Gerhard <gerhard(dot)weber(at)datura(dot)ch> writes:
> we have a cobalt qube 3 with an old version 6.5 of postgresql. we use
> postgresql 7.2.3 on other platforms like windows.
> what we have to do for installing the mentioned, newest version on our
> cobalt qube 3? wich version we hav to download? how to install on it?

IIRC, the Qube system uses Postgres itself for storing system data.
You'd better talk to Sun about possible compatibility issues before
you try updating the instance that the system uses.

The path of greatest safety would be to leave the system's instance
alone, and build a separate newer-version DB that you run in parallel
with the old DB.

To do that, just configure with an installation directory and default
port number different from where the system DB lives. Build, install,
initdb in a different directory from the system's, and you're set.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-11-27 02:23:04 Re: RULE: ON DELETE doesn't stack deletes
Previous Message Tom Lane 2002-11-27 02:14:54 Re: [SQL] [SQL/BUGS] (possible) inconsistent behaviour of timestamp?