Re: Working with v8.3.4 DB using v9.0.1 software

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Working with v8.3.4 DB using v9.0.1 software
Date: 2010-12-27 19:00:37
Message-ID: 4D18E255.3000009@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Le 27/12/2010 18:27, Gauthier, Dave a écrit :
> Hi:
>
> I'm working with 2 different PG installs on 2 different linux servers, one running v9.0.1 and the other v8.3.4. The older install is "frozen" for the project (which is nearing completion) for environment stability reasons. This is out of my control. I cannot upgrade v8.3.4 on that server. But I would like to be able to use psql v9.0.1 on the older DB. It seems to work, with a warning that some features may not be available or work right.
>
> My question has to do with backward compatibility, v9.0.1 and v8.3.4. Can I use v9.0.1 software (psql, pg_ctl, etc...) on the v8.3.4 DB with confidence?
>

psql should work the same, apart from new metacommands. I don't think
you'll experience issues with pg_ctl. I would not recommend you to user
pg_dump and pg_restore. They are pretty sensitive to the PostgreSQL release.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Geoghegan 2010-12-27 19:13:33 Re: C++ keywords in headers (was Re: [GENERAL] #include <funcapi.h>)
Previous Message Guillaume Lelarge 2010-12-27 18:58:40 Re: Help with trigger